2
0
mirror of https://github.com/slawkens/myaac.git synced 2025-05-02 20:29:20 +02:00

* added CREDITS file

This commit is contained in:
slawkens1 2017-09-14 20:13:14 +02:00
parent 801188f957
commit 7b96ce9b8c
3 changed files with 3 additions and 1 deletions
CREDITS
images/items
system

2
CREDITS Normal file

@ -0,0 +1,2 @@
* Gesior.pl (2007 - 2008)
* Slawkens (2009 - 2017)

BIN
images/items/empty.gif Normal file

Binary file not shown.

After

(image error) Size: 1.8 KiB

@ -46,7 +46,7 @@ class Hook
$ret = $tmp($params); $ret = $tmp($params);
}*/ }*/
global $db, $config, $template_path, $ots; global $db, $config, $template_path, $ots, $content;
if(file_exists(BASE . $this->_file)) { if(file_exists(BASE . $this->_file)) {
require(BASE . $this->_file); require(BASE . $this->_file);
} }