Voting

: max(two, six)?
(Example: nine)

The Note You're Voting On

sandaimespaceman at gmail dot com
14 years ago
Set INI directive "expose_php" to "off" will also help.
You can spoof your PHP to ASP.NET by using:
<?php
error_reporting
(0);
header("X-Powered-By: ASP.NET");
?>

<< Back to user notes page

To Top