Browse Source

Add $base to default config

pull/49/head
Martijn van der Ven 6 years ago
committed by GitHub
parent
commit
7ddddb3d07
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      public/index.php

+ 1
- 0
public/index.php View File

@ -11,6 +11,7 @@ if(file_exists(dirname(__FILE__).'/../config.php')) {
class Config {
public static $cache = false;
public static $admins = [];
public static $base = '';
}
}

Loading…
Cancel
Save