]> git.wh0rd.org - tt-rss.git/commitdiff
autoload: include functions.php
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 24 Apr 2013 05:05:56 +0000 (09:05 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 24 Apr 2013 05:05:58 +0000 (09:05 +0400)
include/autoload.php

index 40c63d547325b1ba034996dcb7944ce4bf58862f..505b4447721ea2829965b566cad24b9c40fbd023 100644 (file)
@@ -1,4 +1,6 @@
 <?php
+       require_once "functions.php";
+
        function __autoload($class) {
                $class_file = str_replace("_", "/", strtolower(basename($class)));