mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-06 18:56:23 +01: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']);
|
|
?>
|