>FromYourCode();

Source code quote in PHP238

 27 April, 2016 at 01:30
//Global definitions.
//Joomla framework path definitions.
$parts = explode(DIRECTORY_SEPARATOR, JPATH_BASE);

//Defines.
define('JPATH_ROOT',			implode(DIRECTORY_SEPARATOR, $parts));

Check similar quotes

Share this quote