mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +02:00
8 lines
129 B
PHP
8 lines
129 B
PHP
<?php
|
|
require '../common.php';
|
|
require SYSTEM . 'item.php';
|
|
|
|
if(isset($_GET['id']))
|
|
outputItem($_GET['id'], $_GET['count']);
|
|
?>
|