mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-01-30 17:11:10 -05:00
supposed to fix #296
This commit is contained in:
@@ -105,11 +105,11 @@ if ( isset($_REQUEST['request']) )
|
||||
if ( isset($_REQUEST['action']) )
|
||||
$action = detaintPath($_REQUEST['action']);
|
||||
|
||||
require_once( 'includes/actions.php' );
|
||||
|
||||
foreach ( getSkinIncludes( 'skin.php' ) as $includeFile )
|
||||
require_once $includeFile;
|
||||
|
||||
require_once( 'includes/actions.php' );
|
||||
|
||||
if ( isset( $_REQUEST['request'] ) )
|
||||
{
|
||||
foreach ( getSkinIncludes( 'ajax/'.$request.'.php', true, true ) as $includeFile )
|
||||
|
||||
Reference in New Issue
Block a user