phpOpenTracker phpOpenTracker.php,1.47,1.48
Sebastian Bergmann <[email protected]>
| Newsgroups | gmane.comp.web.phpopentracker.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/phpopencounter/phpOpenTracker
In directory sc8-pr-cvs1:/tmp/cvs-serv21177
Modified Files:
phpOpenTracker.php
Log Message:
Add POT_API_PLUGIN_PATH constant.
Index: phpOpenTracker.php
===================================================================
RCS file: /cvsroot/phpopencounter/phpOpenTracker/phpOpenTracker.php,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** phpOpenTracker.php 22 Nov 2003 11:43:28 -0000 1.47
--- phpOpenTracker.php 23 Nov 2003 18:20:17 -0000 1.48
***************
*** 15,20 ****
//
if (!defined('POT_CONFIG_PATH')) {
! define('POT_CONFIG_PATH', dirname(__FILE__) . '/phpOpenTracker/Configuration/');
}
--- 15,28 ----
//
+ if (!defined('POT_INCLUDE_PATH')) {
+ define('POT_INCLUDE_PATH', dirname(__FILE__) . '/phpOpenTracker/');
+ }
+
+ if (!defined('POT_API_PLUGIN_PATH')) {
+ define('POT_API_PLUGIN_PATH', POT_INCLUDE_PATH . 'API/Plugin/');
+ }
+
if (!defined('POT_CONFIG_PATH')) {
! define('POT_CONFIG_PATH', POT_INCLUDE_PATH . 'Configuration/');
}
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/