initial commit
This commit is contained in:
13
refresh.php
Normal file
13
refresh.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<title> Refreshing...</title>
|
||||
</head>
|
||||
<body> <h2>Refreshing...</h2>
|
||||
<?php
|
||||
ob_start();
|
||||
print "Refreshing...";
|
||||
ob_flush();
|
||||
shell_exec("python3 /usr/local/bin/libnotices.py");
|
||||
header('Location: /');
|
||||
?>
|
||||
</body></html>
|
Reference in New Issue
Block a user