fix: work on very basic PHP remediation
This commit is contained in:
parent
b18b795ab3
commit
6ee9078e0c
117 changed files with 216 additions and 208 deletions
scripts/game/beta5/library
|
@ -2,7 +2,7 @@
|
|||
|
||||
class beta5_register {
|
||||
|
||||
function beta5_register($lib) {
|
||||
public function __construct($lib) {
|
||||
$this->lib = $lib;
|
||||
$this->db = $this->lib->game->db;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue