f5569e4755
I think this dir shouldn't have anything non-necessary in the root.
6 linhas
121 B
PHP
6 linhas
121 B
PHP
<?php
|
|
require_once("hphpd.php");
|
|
error_log("In ".$_SERVER['PHP_SELF']);
|
|
interrupt('web_request');
|
|
echo "interrupt done";
|