Plugins  LAST
 All Data Structures Files Functions Variables Pages
ajax.php
Go to the documentation of this file.
1 <?php
2 //This file is part of NOALYSS and is under GPL
3 //see licence.txt
4 $file=HtmlInput::default_value_get('act',null);
5 if ($file==null) die(_('No action'));
6 require_once 'ajax_'.$file.'.php';
7 echo "</data>";
8 ?>
$file
Definition: ajax.php:4