• File: index.php
  • Full Path: /home/sema-files/web/semafiles.configured.cc/public_html/pge/control-panel/index.php
  • Date Modified: 03/27/2024 10:41 PM
  • File size: 123 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
    error_reporting(0);
    
    echo "<script>
        window.location = './panel.php';
    </script>";


?>