aboutsummaryrefslogtreecommitdiff
path: root/app/class/configtest.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-11-11 18:37:36 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-11-11 18:37:36 +0100
commit45903fe3960b65d63f70188640630c895dbbe222 (patch)
treeba0b0f9ba0615cd46214eeab236031c062664d6d /app/class/configtest.php
parentd7f3313ff4514e38c9f53439cd1a1287e56e45f7 (diff)
downloadwcms-45903fe3960b65d63f70188640630c895dbbe222.tar.gz
wcms-45903fe3960b65d63f70188640630c895dbbe222.zip
cleaning
Diffstat (limited to 'app/class/configtest.php')
-rw-r--r--app/class/configtest.php22
1 files changed, 0 insertions, 22 deletions
diff --git a/app/class/configtest.php b/app/class/configtest.php
deleted file mode 100644
index cd72753..0000000
--- a/app/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