diff --git a/createlinks b/createlinks index a9e1901..b664b3b 100644 --- a/createlinks +++ b/createlinks @@ -15,6 +15,8 @@ safe_symlink("/etc/e-smith/templates-default/template-end-php", "root/etc/e-smit safe_symlink("/etc/e-smith/templates-default/template-end-php", "root/etc/e-smith/templates/etc/ajaxplorer/bootstrap_repositories.php/template-end"); safe_symlink("/etc/e-smith/templates-default/template-begin-php", "root/etc/e-smith/templates/var/cache/ajaxplorer/diag_result.php/template-begin"); safe_symlink("/etc/e-smith/templates-default/template-end-php", "root/etc/e-smith/templates/var/cache/ajaxplorer/diag_result.php/template-end"); +safe_touch("root/etc/e-smith/templates/var/cache/ajaxplorer/first_run_passed/template-begin"); +safe_touch("root/etc/e-smith/templates/var/cache/ajaxplorer/admin_counted/template-begin"); event_link("ajaxplorer-user-rights", "webapps-update", "85"); event_link("ajaxplorer-user-rights", "share-create", "85"); diff --git a/root/etc/e-smith/templates/var/cache/ajaxplorer/admin_counted/true b/root/etc/e-smith/templates/var/cache/ajaxplorer/admin_counted/true new file mode 100644 index 0000000..27ba77d --- /dev/null +++ b/root/etc/e-smith/templates/var/cache/ajaxplorer/admin_counted/true @@ -0,0 +1 @@ +true diff --git a/root/etc/e-smith/templates/var/cache/ajaxplorer/first_run_passed/true b/root/etc/e-smith/templates/var/cache/ajaxplorer/first_run_passed/true new file mode 100644 index 0000000..27ba77d --- /dev/null +++ b/root/etc/e-smith/templates/var/cache/ajaxplorer/first_run_passed/true @@ -0,0 +1 @@ +true