15 lines
299 B
PHP
15 lines
299 B
PHP
<?php
|
|
|
|
/**
|
|
* @author x13.pl <x13@x13.pl>
|
|
* @copyright Copyright (c) 2018-2024 - www.x13.pl
|
|
* @license Commercial license, only to use on restricted domains
|
|
*/
|
|
class AdminX13GPSRarentController extends ModuleAdminController
|
|
{
|
|
public function init()
|
|
{
|
|
parent::init();
|
|
}
|
|
}
|