Fixed captcha and various improvements

This commit is contained in:
genuineparts 2025-06-04 10:21:08 +02:00
parent 26732d5cd8
commit d032d1e427
4 changed files with 56 additions and 54 deletions

View file

@ -11,7 +11,7 @@ class module_text extends admin_module{
$info["name"]="Textverwaltung";
$info["file"]="text";
$info["author"]="astat";
$info["version"]="1.0.0";
$info["version"]="1.0.1";
$info["url"]="http://www.astat.org";
return $info;
}
@ -23,8 +23,8 @@ class module_text extends admin_module{
`text` text NOT NULL,
`date` int(11) NOT NULL default '0',
`author` int(11) NOT NULL default '0',
`eid` int(11) NOT NULL,
`edittime` int(11) NOT NULL,
`eid` int(11) NULL default NULL,
`edittime` int(11) NULL default NULL,
`menue` int(11) NOT NULL default '0',
`title` varchar(80) NOT NULL default '',
`url` varchar(120) NOT NULL,