Config.php Finder

Aktuelles Verzeichnis:

/var/www/html/NexusControl/NexusControl/pages/public

Suche nach config.php:

Prüfe: /var/www/html/NexusControl/NexusControl/pages/public/../../assets/config.php
✅ GEFUNDEN: /var/www/html/NexusControl/NexusControl/pages/public/../../assets/config.php
1: <?php
2: if (!isset($skipAuth)) {
3:     if (session_status() === PHP_SESSION_NONE) {
4:         session_start();
5:     }
6:     if (!isset($_SESSION['role'])) {
7:         header('Location: /NexusControl/pages/login.php');
8:         exit;
9:     }
10: }

Prüfe: /var/www/html/NexusControl/NexusControl/pages/public/../../../assets/config.php
❌ Nicht gefunden

Prüfe: /var/www/html/NexusControl/NexusControl/pages/public/../../../../assets/config.php
❌ Nicht gefunden

Prüfe: /var/www/html/NexusControl/NexusControl/pages/public/../assets/config.php
❌ Nicht gefunden

Prüfe: /var/www/html/NexusControl/NexusControl/pages/public/assets/config.php
❌ Nicht gefunden

Prüfe: /var/www/html/NexusControl/NexusControl/pages/assets/config.php
❌ Nicht gefunden

Prüfe: /var/www/html/NexusControl/NexusControl/assets/config.php
✅ GEFUNDEN: /var/www/html/NexusControl/NexusControl/assets/config.php
1: <?php
2: if (!isset($skipAuth)) {
3:     if (session_status() === PHP_SESSION_NONE) {
4:         session_start();
5:     }
6:     if (!isset($_SESSION['role'])) {
7:         header('Location: /NexusControl/pages/login.php');
8:         exit;
9:     }
10: }

Verzeichnis-Struktur:

Root: /var/www/html/NexusControl
📁 NexusControl/
📁 NexusControl/
📁 Datenbank/
📁 api/
📁 assets/
📄 config.php
📄 config_backup.php
📄 config_emergency.php
📄 config_minimal.php
📁 cli/
📁 config/
📁 cron/
📁 database/
📁 images/
📁 includes/
📁 js/
📁 logs/
📁 migrations/
📁 pages/
📄 fiveserver.config.js
📄 test_config.php
📁 protected_static/
📁 sql/
📁 tools/
📁 uploads/
📄 check_config.php
📁 phpmyadmin/
📄 config.sample.inc.php
📁 doc/
📁 js/
📁 libraries/
📄 config.default.php
📄 config.values.php
📄 vendor_config.php
📁 locale/
📄 show_config_errors.php
📁 sql/
📁 templates/
📁 themes/
📁 protected_static/
📁 css/
📁 js/
📁 public/