>FromYourCode();

Source code quote in PHP238

 April 27, 2016 am30 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