Martijn van der Ven
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
public/index.php
|
|
@ -11,6 +11,7 @@ if(file_exists(dirname(__FILE__).'/../config.php')) { |
|
|
|
class Config { |
|
|
|
public static $cache = false; |
|
|
|
public static $admins = []; |
|
|
|
public static $base = ''; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|