├── README.md ├── config.php ├── current_version.txt ├── index.php ├── loader.gif ├── update-functions.php ├── update.js ├── version └── vnum_1.txt └── version_check.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seangarciafm/Simple-PHP-Auto-Update-System/HEAD/README.md -------------------------------------------------------------------------------- /config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seangarciafm/Simple-PHP-Auto-Update-System/HEAD/config.php -------------------------------------------------------------------------------- /current_version.txt: -------------------------------------------------------------------------------- 1 | 2 -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seangarciafm/Simple-PHP-Auto-Update-System/HEAD/index.php -------------------------------------------------------------------------------- /loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seangarciafm/Simple-PHP-Auto-Update-System/HEAD/loader.gif -------------------------------------------------------------------------------- /update-functions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seangarciafm/Simple-PHP-Auto-Update-System/HEAD/update-functions.php -------------------------------------------------------------------------------- /update.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seangarciafm/Simple-PHP-Auto-Update-System/HEAD/update.js -------------------------------------------------------------------------------- /version/vnum_1.txt: -------------------------------------------------------------------------------- 1 | 22 -------------------------------------------------------------------------------- /version_check.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seangarciafm/Simple-PHP-Auto-Update-System/HEAD/version_check.php --------------------------------------------------------------------------------