Initial Commit

This commit is contained in:
2024-02-08 12:07:49 -07:00
parent 5813b1109f
commit 43077b57ed
5471 changed files with 682195 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<?php
/*===============================================*\
|| ############################################# ||
|| # JAKWEB.CH / Version 1.0 # ||
|| # ----------------------------------------- # ||
|| # Copyright 2019 JAKWEB All Rights Reserved # ||
|| ############################################# ||
\*===============================================*/
if (!file_exists('config.php')) die('[_showfile.php] config.php not exist');
require_once 'config.php';
$thedata = explode(":#:", jak_encrypt_decrypt($_GET["i"], false));
jak_load_external_file($thedata[0], $thedata[1], $thedata[2]);
?>