mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
* remove unnecessary parentheses in include/require
This commit is contained in:
@@ -49,7 +49,7 @@ if(isset($_REQUEST['template'])) {
|
||||
|
||||
$file = TEMPLATES . $template . '/config.php';
|
||||
if(file_exists($file)) {
|
||||
require_once($file);
|
||||
require_once $file;
|
||||
}
|
||||
else {
|
||||
echo 'Cannot find template config.php file.';
|
||||
|
Reference in New Issue
Block a user