Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Commit

Permalink
remove vendor directory
Browse files Browse the repository at this point in the history
  • Loading branch information
qzuw committed Aug 18, 2017
1 parent 0151dcb commit 04f74b4
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/views/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

{% block head %}
<!-- Bootstrap (tyylitiedosto) -->
<link href="{{base_path}}/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="{{base_path}}/assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">

<!-- Oma tyylitiedostomme -->
<link href="{{base_path}}/assets/css/site.css" rel="stylesheet">
Expand Down Expand Up @@ -52,10 +52,10 @@

{% block body %}
<!-- jQuery -->
<script src="{{base_path}}/vendor/jquery.min.js"></script>
<script src="{{base_path}}/assets/js/jquery.min.js"></script>

<!-- Bootstrap (skriptitiedosto) -->
<script src="{{base_path}}/vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="{{base_path}}/assets/bootstrap/js/bootstrap.min.js"></script>

<!-- Oma skriptitiedostomme -->
<script src="{{base_path}}/assets/js/site.js"></script>
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static function connection(){
}

public static function test_connection(){
require 'vendor/ConnectionTest/connection_test.php';
require 'lib/ConnectionTest/connection_test.php';

exit();
}
Expand Down

0 comments on commit 04f74b4

Please sign in to comment.