Changeset 62 for php/trunk/samples/sample_config.php
- Timestamp:
- Jul 19, 2011, 5:21:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
php/trunk/samples/sample_config.php
r61 r62 20 20 21 21 // define base name of sample in fDebug 22 define( 'FDEBUG_SESSION_NAME', 'RDFInt Sample');23 22 23 $sample_name = str_replace( '_', ' ', basename( getcwd())); 24 define( 'FDEBUG_SESSION_NAME', 'RDFInt Sample ' . $sample_name); 24 25 25 // --- CURRENTLY NOT USED 26 // --- CURRENTLY NOT USED 26 27 27 28 // activate debug output of the library classes in samples
Note:
See TracChangeset
for help on using the changeset viewer.