diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-11-11 18:37:36 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-11-11 18:37:36 +0100 |
commit | 45903fe3960b65d63f70188640630c895dbbe222 (patch) | |
tree | ba0b0f9ba0615cd46214eeab236031c062664d6d /app/class/configtest.php | |
parent | d7f3313ff4514e38c9f53439cd1a1287e56e45f7 (diff) | |
download | wcms-45903fe3960b65d63f70188640630c895dbbe222.tar.gz wcms-45903fe3960b65d63f70188640630c895dbbe222.zip |
cleaning
Diffstat (limited to 'app/class/configtest.php')
-rw-r--r-- | app/class/configtest.php | 22 |
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 |