This commit is contained in:
Suvodip
2024-05-21 18:43:25 +05:30
commit f8b7474137
24 changed files with 468 additions and 0 deletions

8
.hta_config/var.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
define("APP_PATH", getcwd());
define("APP_DIR", __DIR__);
define("domain", 'siliconpin.com');
define("HTTP_HOST", "");//$_SERVER['HTTP_HOST'] == 'localhost:8080';$_SERVER['SERVER_NAME'] == 'localhost';
$url = explode('/', $_SERVER['REQUEST_URI']);define("F_D",0);
session_start();
// include('DIZZ/engine.php');