me_emon Posted February 28, 2011 Share Posted February 28, 2011 i have a script which have some errors in its include folder. most of the files which have errors are related to each other. there are some functions incomplete like this session_cache_limiter( "private, must-revalidate" ); @ini_set( "session.auto_start", 0 ); if ( PHP_VERSION < "4.1.0" ) { $_GET =& $HTTP_GET_VARS; $_POST =& $HTTP_POST_VARS; $_COOKIE =& $HTTP_COOKIE_VARS; $_SERVER =& $HTTP_SERVER_VARS; $_ENV =& $HTTP_ENV_VARS; $_FILES =& $HTTP_POST_FILES; } require_once( MVMMALL_ROOT."./include/global.func.php" ); is_install( ); mvm_confirm( ); define( "MAGIC_QUOTES_GPC", get_magic_quotes_gpc( ) ); if ( isset( $_REQUEST['GLOBALS'] ) || isset( $_FILES['GLOBALS'] ) ) { exit( "Access Error" ); } the whole file is attached. thanks for any kind of help [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/229166-incomplete-functions-in-a-script/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.