1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-20 11:16:36 +02:00

autoload: include functions.php

This commit is contained in:
Andrew Dolgov 2013-04-24 09:05:56 +04:00
parent 50d4b30b33
commit 48c1d0c71b

View File

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