Common functionalities

This commit is contained in:
ahwelp
2023-01-24 20:35:43 +00:00
parent 1012e09995
commit d821c32013
43 changed files with 1278 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
$plugin->name = "common_defaults";
$plugin->version = "0.0.0";
$plugin->require = Array(
Array("name" => "core_auth", "version" => "1.0.0")
);