Initial import of old legacy Zynapse Framework,

untouched since early 2008.
This commit is contained in:
2010-02-25 00:16:53 +02:00
commit 45aceab6b5
100 changed files with 7685 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?php
/*
Zynapse Shell Script Environment
- environment settings use by generate, migrate and other shell scripts
*/
# environment used by the shell scripts, modify accordingly to
# the current environment the code is in
# ( development | test | production )
$shell_environment = 'development';
?>