Server : Apache System : Linux server.xvl.jdw.mybluehostin.me 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64 User : khgdcdmmac ( 1083) PHP Version : 8.2.30 Disable Function : exec,passthru,shell_exec,system Directory : /home/khgdcdmmac/public_html/admin/ |
<?php
ob_start();
session_start();
ini_set('display_errors', 1);
error_reporting(E_ALL);
header("Location: news.php");
?>