Code: Select all
19:// no direct access
20:defined( '_VALID_MOS' ) or die( 'Restricted access' );
21:
22:function com_install() {
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /mypath/install.mycomponent.php on line 20
Moderators: tjay, seadap, Rogue4ngel, matthewhayashida
Code: Select all
19:// no direct access
20:defined( '_VALID_MOS' ) or die( 'Restricted access' );
21:
22:function com_install() {
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /mypath/install.mycomponent.php on line 20