1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 04:35:56 +00: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)));