edit* table updates, config master updates, edit js updates

Add password reset time/uid for a password reset flow
Add password valid regex check constants in master config
Add deep copy javascript object instead of direct copy to truly create
new element for attaching in the cel flow
Add attach array of cel elements intead of object with cel sub block
This commit is contained in:
Clemens Schwaighofer
2020-08-26 15:42:30 +09:00
parent 71ee80fa06
commit 7165a50b4d
6 changed files with 82 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ if (class_exists('Autoload', false) === false) {
// print "(2) Class clean: $path<br>";
// if path is set and a valid file
if ($path !== false && is_file($path)) {
// echo "<b>(3)</b> Load Path: $path<br>";
// print "<b>(3)</b> Load Path: $path<br>";
// we should sub that
// self::loadFile($path);
include $path;