Updated to latest version of CMS
This commit is contained in:
parent
ccdf8fbb81
commit
edf41b1198
76 changed files with 465 additions and 1162 deletions
|
@ -3,7 +3,7 @@
|
|||
class module_ajaxpm extends admin_module{
|
||||
|
||||
function admin_panels(){
|
||||
return "";
|
||||
return array();
|
||||
}
|
||||
|
||||
function get_info(){
|
||||
|
@ -12,6 +12,7 @@ class module_ajaxpm extends admin_module{
|
|||
$info["author"]="BeCast";
|
||||
$info["version"]="1.0.1";
|
||||
$info["url"]="http://www.becast.at";
|
||||
$info["depends"]='mybb_bridge';
|
||||
return $info;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue