initial commit 2

This commit is contained in:
equippedcoding-master
2025-09-17 15:19:57 -05:00
parent e2c98790b2
commit 1c59875b8a
55391 changed files with 15 additions and 0 deletions

15
index.php Normal file
View File

@@ -0,0 +1,15 @@
<?php
// require_once 'portal/admin/core/api/php/includes/indexcore.php';
require_once __DIR__ . '/core/php/indexcore.php';
header_remove("X-Powered-By");
AFSIndexCoreTemplate("Appfactory Studio",
"pages/index/index_include.php",
"pages/index/index_include.css",
"index",
"",
true,
true,
"pages/index.js");
?>

Some files were not shown because too many files have changed in this diff Show More