PHP shell scripts encoding

Top  Previous  Next

SourceGuardian will keep the first line unchanged of the script if it begins with a #! UNIX shell script prefix (ex. #!/usr/bin/php) This lets protected scripts run from the shell. The first line of the script will not be encoded but the whole script including this line will be still protected with a checksum and so remains protected from unauthorized modifications.