!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/wincloud_gateway/node_modules/strapi-admin/admin/src/containers/SettingsPage/utils/   drwxr-xr-x
Free 13.12 GB of 57.97 GB (22.63%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     defaultRoutes.js (1.69 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
import RolesCreatePage from 'ee_else_ce/containers/Roles/CreatePage';
import ProtectedRolesListPage from 'ee_else_ce/containers/Roles/ProtectedListPage';
import { SETTINGS_BASE_URL } from '../../../config';
import ApplicationInfosPage from '../../ApplicationInfosPage';
import UsersEditPage from '../../Users/ProtectedEditPage';
import UsersListPage from '../../Users/ProtectedListPage';
import RolesEditPage from '../../Roles/ProtectedEditPage';
import WebhooksCreateView from '../../Webhooks/ProtectedCreateView';
import WebhooksEditView from '../../Webhooks/ProtectedEditView';
import WebhooksListView from '../../Webhooks/ProtectedListView';

const defaultRoutes = [
  {
    Component: ApplicationInfosPage,
    to: `${SETTINGS_BASE_URL}/application-infos`,
    exact: true,
  },
  {
    Component: ProtectedRolesListPage,
    to: `${SETTINGS_BASE_URL}/roles`,
    exact: true,
  },
  {
    Component: RolesCreatePage,
    to: `${SETTINGS_BASE_URL}/roles/duplicate/:id`,
    exact: true,
  },
  {
    Component: RolesCreatePage,
    to: `${SETTINGS_BASE_URL}/roles/new`,
    exact: true,
  },
  {
    Component: RolesEditPage,
    to: `${SETTINGS_BASE_URL}/roles/:id`,
    exact: true,
  },
  {
    Component: UsersListPage,
    to: `${SETTINGS_BASE_URL}/users`,
    exact: true,
  },
  {
    Component: UsersEditPage,
    to: `${SETTINGS_BASE_URL}/users/:id`,
    exact: true,
  },
  {
    Component: WebhooksCreateView,
    to: `${SETTINGS_BASE_URL}/webhooks/create`,
    exact: true,
  },
  {
    Component: WebhooksEditView,
    to: `${SETTINGS_BASE_URL}/webhooks/:id`,
    exact: true,
  },
  {
    Component: WebhooksListView,
    to: `${SETTINGS_BASE_URL}/webhooks`,
    exact: true,
  },
];

export default defaultRoutes;

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0405 ]--