Changeset 10005 for tools/lime/trunk/lib/lime.php
- Timestamp:
- 06/30/08 04:46:31 (5 months ago)
- Files:
-
- tools/lime/trunk/lib/lime.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/lime/trunk/lib/lime.php
r8746 r10005 75 75 { 76 76 $traces = debug_backtrace(); 77 if ( $_SERVER['PHP_SELF'])77 if (!empty($_SERVER['PHP_SELF'])) 78 78 { 79 79 $i = strstr($traces[0]['file'], $_SERVER['PHP_SELF']) ? 0 : (isset($traces[1]['file']) ? 1 : 0);