a
This commit is contained in:
parent
cec6349edd
commit
d5e2cc4c1e
8 changed files with 9 additions and 9 deletions
|
@ -18,7 +18,7 @@
|
||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Uguu\Classes;
|
namespace Pomf\Uguu\Classes;
|
||||||
|
|
||||||
class CuteGrills
|
class CuteGrills
|
||||||
{
|
{
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Uguu\Classes;
|
namespace Pomf\Uguu\Classes;
|
||||||
|
|
||||||
use Exception;
|
use Exception;
|
||||||
use PDO;
|
use PDO;
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Uguu\Classes;
|
namespace Pomf\Uguu\Classes;
|
||||||
|
|
||||||
class Response
|
class Response
|
||||||
{
|
{
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Uguu\Classes;
|
namespace Pomf\Uguu\Classes;
|
||||||
|
|
||||||
use Exception;
|
use Exception;
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Uguu;
|
namespace Pomf\Uguu;
|
||||||
|
|
||||||
class GrillLoader extends Classes\CuteGrills
|
class GrillLoader extends Classes\CuteGrills
|
||||||
{
|
{
|
||||||
|
|
|
@ -18,10 +18,10 @@
|
||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Uguu;
|
namespace Pomf\Uguu;
|
||||||
|
|
||||||
use Exception;
|
use Exception;
|
||||||
use Uguu\Classes\Response;
|
use Pomf\Uguu\Classes\Response;
|
||||||
|
|
||||||
class UploadGateway extends Classes\Upload
|
class UploadGateway extends Classes\Upload
|
||||||
{
|
{
|
||||||
|
|
|
@ -41,6 +41,6 @@
|
||||||
*/
|
*/
|
||||||
require_once __DIR__ . '/../vendor/autoload.php';
|
require_once __DIR__ . '/../vendor/autoload.php';
|
||||||
|
|
||||||
use Pomf\GrillLoader;
|
use Pomf\Uguu\GrillLoader;
|
||||||
|
|
||||||
new GrillLoader();
|
new GrillLoader();
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
checkConfig();
|
checkConfig();
|
||||||
require_once __DIR__ . '/../vendor/autoload.php';
|
require_once __DIR__ . '/../vendor/autoload.php';
|
||||||
|
|
||||||
use Uguu\UploadGateway;
|
use Pomf\Uguu\UploadGateway;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
(new UploadGateway())->handleFile($_GET['output'], $_FILES['files']);
|
(new UploadGateway())->handleFile($_GET['output'], $_FILES['files']);
|
||||||
|
|
Loading…
Add table
Reference in a new issue