Skip to content

PreApp is a simple PHP application that uses auto_prepend_file and auto_append_file directives.

License

Notifications You must be signed in to change notification settings

frugan-dev/preapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: GPL v3

PreApp

PreApp is a simple PHP application that uses auto_prepend_file and auto_append_file directives.

Modules

  • ObfuscateEmail
  • ReCaptcha2Invisible
  • ReCaptcha3
  • ReCaptcha3Ajax
  • ReCaptcha3AjaxHtml
  • MinifyHtml
  • NoJoomlaAdmin
  • NoOpenCartAdmin
  • NoWpAdmin
  • NoWpLogin
  • Polyfill
  • Sentry

Installation

Edit .user.ini:

auto_prepend_file = /var/www/domain.ltd/private/PreApp/prepend.php
auto_append_file = /var/www/domain.ltd/private/PreApp/append.php

or .htaccess:

php_value auto_prepend_file /var/www/domain.ltd/private/PreApp/prepend.php
php_value auto_append_file /var/www/domain.ltd/private/PreApp/append.php

or vhosts.conf:

<VirtualHost *:80>
	...
	php_admin_value auto_prepend_file /var/www/domain.ltd/private/PreApp/prepend.php
	php_admin_value auto_append_file /var/www/domain.ltd/private/PreApp/append.php
</VirtualHost>

Changelog

See auto-CHANGELOG file.

Contributing

For your contributions please use the git-flow workflow.

Support

Buy Me A Coffee

Usefull links

License

(ɔ) Copyleft 2021 Frugan GNU GPLv3, see COPYING file.

About

PreApp is a simple PHP application that uses auto_prepend_file and auto_append_file directives.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published