50 $Security =
get_package(
'security' ,
'last' , __FILE__ );
51 $ErrorLog =
get_package(
'error_log::error_log_access' ,
'last' , __FILE__ );
52 $ErrorLog->add_message_to_log(
53 5 ,
'404' ,
'{lang:page_was_not_found} '.$Security->get_srv(
'REQUEST_URI' ,
'string' )
84 $SecurityUtilities =
get_package(
'security::security_utilities' ,
'last' , __FILE__ );
85 $ErrorLogAccess =
get_package(
'error_log::error_log_access' ,
'last' , __FILE__ );
88 foreach( $Ids as $k => $id )
90 $ErrorLogAccess->delete_error_log( $id );
121 $ContextSet =
get_package(
'gui::context_set' ,
'last' , __FILE__ );
123 $ContextSet->add_context( dirname( __FILE__ ).
'/conf/cfcx_404' );
124 $ContextSet->add_context( dirname( __FILE__ ).
'/conf/cfcx_massive_delete' );
126 if( $ContextSet->execute( $Options , $this , __FILE__ ) )
131 catch( Exception $e )