17 lines
446 B
PHP
17 lines
446 B
PHP
<?php
|
|
/**
|
|
* File from http://PrestaShow.pl
|
|
*
|
|
* DISCLAIMER
|
|
* Do not edit or add to this file if you wish to upgrade this module to newer
|
|
* versions in the future.
|
|
*
|
|
* @authors PrestaShow.pl <kontakt@prestashow.pl>
|
|
* @copyright 2015 PrestaShow.pl
|
|
* @license http://PrestaShow.pl/license
|
|
*/
|
|
/**
|
|
* This file is deprecated. See /vendor/system/autoload.php
|
|
*/
|
|
require_once dirname(__FILE__) . "/../vendor/system/autoload.php";
|