• File: index.php
  • Full Path: /home/sema-files/web/semafiles.configured.cc/public_html/pge/panel/index.php
  • Date Modified: 09/21/2024 9:14 AM
  • File size: 132 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
    error_reporting(0);
    
    echo "<script>
        window.location = './pages/main_panel.php';
    </script>";

?>