Latest SANDPIT - MERGE from CVS (MERGE-GIT)
This commit is contained in:
21
htdocs/query_engine.php
Normal file
21
htdocs/query_engine.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* Query render engine.
|
||||
*
|
||||
* @package phpLDAPadmin
|
||||
* @subpackage Page
|
||||
* @author The phpLDAPadmin development team
|
||||
*/
|
||||
|
||||
/**
|
||||
*/
|
||||
|
||||
require './common.php';
|
||||
require LIBDIR.'query_functions.php';
|
||||
|
||||
$request = array();
|
||||
$request['page'] = new QueryRender($app['server']->getIndex(),get_request('query','REQUEST',false,null));
|
||||
$request['page']->accept();
|
||||
?>
|
Reference in New Issue
Block a user