Initial commit
This commit is contained in:
commit
43ad32700c
7085 changed files with 447606 additions and 0 deletions
24
modules/mybbnews/mybbnews.module.php
Normal file
24
modules/mybbnews/mybbnews.module.php
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?php
|
||||
|
||||
class module_mybbnews extends admin_module{
|
||||
|
||||
function get_info(){
|
||||
$info["name"]="MYBB News";
|
||||
$info["file"]="mybbnews";
|
||||
$info["author"]="genuineparts";
|
||||
$info["version"]="1.0.0";
|
||||
$info["url"]="http://www.austriachat.net";
|
||||
return $info;
|
||||
}
|
||||
|
||||
function install(){
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
function uninstall(){
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue