svalavuo 6 giorni fa
parent
commit
e0e3d700be
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. 9 0
      index.php

+ 9 - 0
index.php

@@ -0,0 +1,9 @@
+<?php
+/**
+ * Redirect to public directory
+ * This file serves as the main entry point and redirects visitors to the public site
+ */
+
+header('Location: public/');
+exit;
+?>