Added phpinfo page if debugging is enabled

This commit is contained in:
snipe
2017-07-08 00:09:39 -07:00
parent ab2b2f3043
commit c2927c4a2e
4 changed files with 57 additions and 7 deletions
@@ -687,6 +687,18 @@ class SettingsController extends Controller
}
/**
* Return a form to allow a super admin to update settings.
*
* @author [A. Gianotto] [<snipe@snipe.net>]
* @since [v4.0]
* @return View
*/
public function getPhpInfo()
{
return view('settings.phpinfo');
}
/**
* Return a form to allow a super admin to update settings.