Closed sageworksstudio closed 5 years ago
This code example: Keeping Javascript and CSS on a Healthy Diet
$files = preg_replace('/(\.+\/)/','',$_GET['files'])); // close potential hacking attempts
Appears to have one to many ')'
Which results in this error:
Parse error: syntax error, unexpected ')'
thx @digi-brains & @Rayne
This code example: Keeping Javascript and CSS on a Healthy Diet
$files = preg_replace('/(\.+\/)/','',$_GET['files'])); // close potential hacking attempts
Appears to have one to many ')'
Which results in this error:
Parse error: syntax error, unexpected ')'