core/api/modules/strc/index.php

14 lines
217 B
PHP
Raw Normal View History

2022-12-11 13:55:49 +05:00
<?php
/*************************
06.05.2021
Изменяет данные об альбоме
*************************/
$mod = new main( $smarty, $settings );
$mod -> db = $db;
$mod -> install();
?>