noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
ajax_tag_save.php
Go to the documentation of this file.
00001 <?php
00002 //This file is part of NOALYSS and is under GPL 
00003 //see licence.txt
00004 
00005 if ( !defined ('ALLOWED') )  die('Appel direct ne sont pas permis');
00006 
00007 require_once 'class_tag.php';
00008 $tag=new Tag($cn);
00009 $tag->save($_GET);
00010 
00011 ?>
 All Data Structures Namespaces Files Functions Variables Enumerations