1
1
mirror of https://github.com/xodivorce/isdowndetectordown.git synced 2025-12-20 10:29:34 +05:30

(chore): initial MVP release

This commit is contained in:
2025-11-21 14:41:07 +05:30
commit ebaf5cb698
117 changed files with 15381 additions and 0 deletions

6
index.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
require __DIR__ . '/dashboard.php';