summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app.php1
-rw-r--r--composer.json3
m---------views/tools/untrack0
3 files changed, 3 insertions, 1 deletions
diff --git a/app.php b/app.php
index bac509e..fa659bd 100644
--- a/app.php
+++ b/app.php
@@ -1,7 +1,6 @@
<?php
require __DIR__ . '/vendor/autoload.php';
-require __DIR__ . '/functions.php';
$loader = new \Twig\Loader\FilesystemLoader(__DIR__ . '/views');
$twig = new \Twig\Environment($loader); # no cache
diff --git a/composer.json b/composer.json
index 8d8c008..fab641b 100644
--- a/composer.json
+++ b/composer.json
@@ -1,5 +1,8 @@
{
"require": {
"twig/twig": "^3.0"
+ },
+ "autoload": {
+ "files": [ "functions.php" ]
}
}
diff --git a/views/tools/untrack b/views/tools/untrack
-Subproject fb6c093495e346b9985c75f32878e12e54d946b
+Subproject b34810cbff1c613290cf7d4282e242a58b1ddff