summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/index.php b/index.php
index bf3d284..bae2f08 100644
--- a/index.php
+++ b/index.php
@@ -4,6 +4,11 @@
* @author Joakim Nygård
*/
+class Webgrind_MasterConfig
+{
+ static $webgrindVersion = '1.01';
+}
+
require 'config.php';
require 'library/FileHandler.php';