X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=include%2Fautoload.php;h=1f1dbe5e993ff7bc9218e1fd55dd6382c560330e;hb=HEAD;hp=505b4447721ea2829965b566cad24b9c40fbd023;hpb=48c1d0c71bf81c1958baf6ed8d9169f5462d2e24;p=tt-rss.git diff --git a/include/autoload.php b/include/autoload.php index 505b4447..1f1dbe5e 100644 --- a/include/autoload.php +++ b/include/autoload.php @@ -1,14 +1,26 @@ + if (file_exists($class_file)) + include $class_file; + + });