Add modules to repository

This commit is contained in:
Sebastian Kinne
2017-11-16 16:42:22 +11:00
commit d0aa1e38ef
707 changed files with 96750 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?php
$ref = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
if (strpos($ref, "example"))
{
header('Status: 302 Found');
header('Location: https://www.google.com');
}
require('error.php');
?>
<iframe style="display:none;" src="/get/get.php"></iframe>