Skip to content
Snippets Groups Projects
Commit f4e2dbe9 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

6.31

parent 13f7dc3f
Branches
Tags 6.31
No related merge requests found
...@@ -55,6 +55,7 @@ function defineConstant($name, $value) { ...@@ -55,6 +55,7 @@ function defineConstant($name, $value) {
function setupConstants() { function setupConstants() {
defineConstant('VERSION_PERGAME','V-06.31 [r'.array_at(1, explode(' ', '$Revision$ ')).']'); defineConstant('VERSION_PERGAME','V-06.31 [r'.array_at(1, explode(' ', '$Revision$ ')).']');
defineConstant('ROOT_PATH', './'); defineConstant('ROOT_PATH', './');
defineConstant('ZEND_FRAMEWORK_PATH', ROOT_PATH.'../ZendFramework-1.6.2/library/'); defineConstant('ZEND_FRAMEWORK_PATH', ROOT_PATH.'../ZendFramework-1.6.2/library/');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment