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:
@@ -1,4 +1,6 @@
|
||||
<?php
|
||||
require_once "functions.php";
|
||||
|
||||
function __autoload($class) {
|
||||
$class_file = str_replace("_", "/", strtolower(basename($class)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user