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