mirror of
https://github.com/sruupl/batflat.git
synced 2026-05-07 08:46:02 +02:00
modules/galleries: Fixed code injection vulnerability
This commit is contained in:
@@ -10,13 +10,12 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
'name' => $core->lang['galleries']['module_name'],
|
||||
'description' => $core->lang['galleries']['module_desc'],
|
||||
'author' => 'Sruu.pl',
|
||||
'version' => '1.0',
|
||||
'compatibility' => '1.3.*',
|
||||
'icon' => 'camera',
|
||||
|
||||
'name' => $core->lang['galleries']['module_name'],
|
||||
'description' => $core->lang['galleries']['module_desc'],
|
||||
'author' => 'Sruu.pl',
|
||||
'version' => '1.1',
|
||||
'compatibility' => '1.3.*',
|
||||
'icon' => 'camera',
|
||||
'install' => function () use ($core) {
|
||||
$core->db()->pdo()->exec("CREATE TABLE IF NOT EXISTS `galleries` (
|
||||
`id` integer NOT NULL PRIMARY KEY AUTOINCREMENT,
|
||||
|
||||
Reference in New Issue
Block a user