uawdijnntqw1x1x1
IP : 216.73.216.46
Hostname : toronto-dev2
Kernel : Linux toronto-dev2 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
srv
/
users
/
craft4
/
apps
/
craft4-newsite-space
/
.
/
vendor
/
..
/
modules
/
controllers
/
CartConroller.php
/
/
<?php /** * Community module for Craft CMS 3.x * * Community Module * * @link https://www.convergine.com/ * @copyright Copyright (c) 2021 Convergine */ namespace modules\controllers; use craft\web\Controller; class CartController extends Controller { // Protected Properties // ========================================================================= /** * @var bool|array Allows anonymous access to this controller's actions. * The actions must be in 'kebab-case' * @access protected */ protected $allowAnonymous = true; public function actionUpload(){ \Craft::dump($_FILES); exit(); } }
/srv/users/craft4/apps/craft4-newsite-space/./vendor/../modules/controllers/CartConroller.php