sf-static/sql/modules/infovars.php

18 lines
377 B
PHP
Raw Normal View History

2023-02-28 18:21:07 +00:00
<?php
/**
* This file is a part of MyWebSQL package
*
* @file: modules/infovars.php
* @author Samnan ur Rehman
* @copyright (c) 2008-2014 Samnan ur Rehman
* @web http://mywebsql.net
* @license http://mywebsql.net/license
*/
function processRequest(&$db) {
if ($db->queryVariables()) {
createSimpleGrid($db, __('Server Variables'));
}
}
?>