Dear,
Folder "inc" and "class" they are weak security, It's still working on a website running up.
But I have moved to new folder /library/database/ & /library/AXS/ANYPHP.php are not working for PHP 7.0 is not running up. It's two folders. Getting error again.
Warning: include(): Failed opening '../library/AXS/ANYPHP.php' for inclusion (include_path='.:/opt/cpanel/ea-php70/root/usr/share/pear') in /home/HIDDEN/public_html/library/AXS/EP.php on line 3
Folder "inc" and "class" they are weak security, It's still working on a website running up.
But I have moved to new folder /library/database/ & /library/AXS/ANYPHP.php are not working for PHP 7.0 is not running up. It's two folders. Getting error again.
Code:
####################### START - PHP #######################
require_once ("../library/AXS/ANYPHP.php");
if(isset($_SESSION["user_zero"])){
$us = new Usersin();
$user=$us->ui($_SESSION["user_zero"]);
}