Save tag via javascript
This commit is contained in:
parent
9b621b53a1
commit
b57a1f44ab
1 changed files with 8 additions and 0 deletions
8
include/ajax_tag_save.php
Normal file
8
include/ajax_tag_save.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
if ( !defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
|
||||
|
||||
require_once 'class_tag.php';
|
||||
$tag=new Tag($cn);
|
||||
$tag->save($_GET);
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue