From 2b8b845abe7c13ecbb266613910484310cffe8e1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 5 Mar 2021 21:14:35 +0300 Subject: * use ORM for trivial queries * environment-based configuration * useradm.php -> update.php with new options * support for schema migrations * various fixes --- include/common.php | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 include/common.php (limited to 'include/common.php') diff --git a/include/common.php b/include/common.php new file mode 100644 index 0000000..8f57b91 --- /dev/null +++ b/include/common.php @@ -0,0 +1,34 @@ +