aboutsummaryrefslogtreecommitdiff
path: root/w/class/configtest.php
diff options
context:
space:
mode:
Diffstat (limited to 'w/class/configtest.php')
-rw-r--r--w/class/configtest.php22
1 files changed, 0 insertions, 22 deletions
diff --git a/w/class/configtest.php b/w/class/configtest.php
deleted file mode 100644
index cd72753..0000000
--- a/w/class/configtest.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-
-abstract class Configtest
-{
- protected static $info;
-
- public static function setinfo($info)
- {
- self::$info = $info;
- }
-
- public static function info()
- {
- return self::$info;
- }
-}
-
-
-
-
-
-?> \ No newline at end of file