00001 <?php
00002 //This file is part of NOALYSS and is under GPL 00003 //see licence.txt00004
00005 if ( !defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
00006
00007 require_once 'class_tag.php';
00008$tag=newTag($cn);
00009 $tag->save($_GET);
00010
00011 ?>