Tabs are out

This commit is contained in:
stronk7
2005-05-16 19:38:21 +00:00
parent 1f48479ebf
commit ef9b35a01b
32 changed files with 267 additions and 267 deletions
+3 -3
View File
@@ -45,7 +45,7 @@ $modargs = substr($address,6,-16);
$hash = substr($address,-16);
if (substr(md5($prefix.$mod.$modargs.$CFG->siteidentifier),0,16) != $hash) {
die("HASH DIDN'T MATCH!\n");
die("HASH DIDN'T MATCH!\n");
}
list(,$modid) = unpack('C',base64_decode($mod.'=='));
@@ -59,7 +59,7 @@ else {
$function = $modname.'_process_email';
if (!function_exists($function)) {
die();
die();
}
$fd = fopen('php://stdin','r');
if (!$fd) {
@@ -76,4 +76,4 @@ fclose($handle);
?>
?>