Browse Source

Merge pull request #49 from Zegnat/patch-1

Add $base to default config
pull/60/head
Aaron Parecki 6 years ago
committed by GitHub
parent
commit
2f0ba989c5
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 { class Config {
public static $cache = false; public static $cache = false;
public static $admins = []; public static $admins = [];
public static $base = '';
} }
} }

Loading…
Cancel
Save