phpDocumentor VFront
Stats
[ class tree: VFront ] [ index: VFront ] [ all elements ]

Source for file test_query.php

Documentation is available at test_query.php

  1. <?php 
  2. /**
  3. @desc Funzione per il test delle query RPC dalla gestione delle nuove statistiche
  4. @package VFront
  5. @subpackage Stats
  6. @author Mario Marcello Verona <marcelloverona@gmail.com>
  7. @copyright 2007 Mario Marcello Verona
  8. @version 0.90
  9. @license http://www.gnu.org/licenses/gpl.html GNU Public License
  10. */
  11.  
  12. require_once("../inc/conn.php");
  13.  
  14.  proteggi(2);
  15.  
  16. if(isset($_GET['sql'])){
  17.     
  18.     echo $res=vmsql_try($_GET['sql'],$link,true);
  19. }
  20. else{
  21.     # nessuna chiamata
  22.     echo "-1";
  23.     
  24. }
  25.  
  26. ?>

Documentation generated on Sat, 22 Sep 2007 11:51:33 +0200 by phpDocumentor 1.4.0a2