File Structure for: public_html(1).zip Generated on: 2026-08-20 12:20:55 Total Files: 43 Total Folders: 6 ================================================== ├── oauth-callback.php ├── login.php ├── dashboard.php ├── privacy.php ├── logout.php ├── default.php ├── index.php ├── manifest.json ├── robots.txt ├── pnr.php ├── admin/ │ ├── users.php │ ├── settings.php │ ├── index.php │ ├── report.php │ ├── ai_rundays.php │ ├── ai_vs_irctc.php │ └── verify_queue.php ├── sitemap.php ├── disclaimer.php ├── availability.php ├── route.php ├── train.php ├── assets/ │ ├── css/ │ │ └── style.css │ ├── img/ │ │ └── favicon.svg │ └── js/ │ ├── rundays_test.js │ ├── ai_vs_irctc.js │ └── app.js ├── station.php ├── app/ │ ├── ad_relevantreflex.php │ ├── auth.php │ ├── db.php │ ├── footer.php │ ├── functions.php │ ├── config.php │ ├── secrets.php │ ├── running_days.php │ ├── header.php │ ├── content_helpers.php │ ├── analytics.php │ └── router.php ├── search.php ├── terms.php └── stations.php