summaryrefslogtreecommitdiffstats
path: root/code
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-04-10 16:51:02 +0200
committerneoraider <devnull@localhost>2006-04-10 16:51:02 +0200
commit9697f5a0d665e7171de958182cbe59c1dcfe2c87 (patch)
tree53272d4bad8aa920591e6c0c1c5ea8c65fbd340a /code
parent1f7a461b1137c475020f93f4346bdc3259e5c392 (diff)
downloadneon-9697f5a0d665e7171de958182cbe59c1dcfe2c87.tar
neon-9697f5a0d665e7171de958182cbe59c1dcfe2c87.zip
/code/modules.inc.php angelegt. /index.php: Namespace-Angabe hinzugef?gt.
Diffstat (limited to 'code')
-rw-r--r--code/modules.inc.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/code/modules.inc.php b/code/modules.inc.php
new file mode 100644
index 0000000..a1bf361
--- /dev/null
+++ b/code/modules.inc.php
@@ -0,0 +1,5 @@
+<?PHP
+ class Modules {
+
+ }
+?>