Skip to content

Commit

Permalink
安装
Browse files Browse the repository at this point in the history
  • Loading branch information
seika committed Sep 17, 2023
1 parent 59d6bbb commit f9b3a6a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions phpokinstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,20 @@ public function __destruct()
}
}

#[\AllowDynamicProperties]
class _init_lib
{
public function __construct()
{
//
}

public function __destruct()
{
//
}
}

include(ROOT.'framework/engine/db.php');

$install = new install();
Expand Down

0 comments on commit f9b3a6a

Please sign in to comment.