SproutCMS

This is the code documentation for the SproutCMS project

class LaunchChecks

Copyright (C) 2017 Karmabunny Pty Ltd.

This file is a part of SproutCMS.

SproutCMS is free software: you can redistribute it and/or modify it under the terms
of the GNU General Public License as published by the Free Software Foundation, either
version 2 of the License, or (at your option) any later version.

For more information, visit <http://getsproutcms.com>.

This class was originally from Kohana 2.3.4
Copyright 2007-2008 Kohana Team

Source code (2 results)

/sprout/Controllers/DbToolsController.php   Highlighted file source

Line 52: use Sprout\Helpers\LaunchChecks;
Line 109: [ 'url' => 'dbtools/launchChecks', 'name' => 'Launch checks', 'desc' => 'Run a series of self-tests to ensure everything is configured correctly' ],
Line 963: public function launchChecks()
Line 965: $results = LaunchChecks::runTests();

A total of 5 lines in 2 files were found