This commit is contained in:
Marius 2021-08-11 16:48:21 +02:00
parent 2990750821
commit 78251a2a33

View File

@ -67,7 +67,7 @@ $index_ext_list = array("html");
// SET TITLE BASED ON FOLDER NAME, IF NOT SET ABOVE
if( !$title ) { $title = clean_title(basename(dirname(__FILE__))); }
if ($AUTH_ENABLED) { $require_auth(); }
if ($AUTH_ENABLED) { require_auth(); }
?>