first commit
This commit is contained in:
19
phpldapadmin/htdocs/query_engine.php
Executable file
19
phpldapadmin/htdocs/query_engine.php
Executable file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* 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