mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +02:00
First public release of MyAAC
This commit is contained in:
7
tools/item.php
Normal file
7
tools/item.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
require('../common.php');
|
||||
require(SYSTEM . 'item.php');
|
||||
|
||||
if(isset($_GET['id']))
|
||||
outputItem($_GET['id'], $_GET['count']);
|
||||
?>
|
Reference in New Issue
Block a user