force sync from /var/www/html/panel: 2025-09-08T20:36:30Z
This commit is contained in:
commit
4f717c9ee8
18119 changed files with 2566034 additions and 0 deletions
20
ControlPanel/modules/billing/navigation.xml
Executable file
20
ControlPanel/modules/billing/navigation.xml
Executable file
|
|
@ -0,0 +1,20 @@
|
|||
<navigation>
|
||||
<!-- User Side -->
|
||||
<page key="shop" file="shop.php" access="none" />
|
||||
<page key="paid" file="paid.php" access="none" />
|
||||
<page key="cart" file="cart.php" access="user,admin" />
|
||||
<page key="add_to_cart" file="add_to_cart.php" access="none" />
|
||||
<page key="paypal" file="paypal.php" access="none" />
|
||||
<!-- Admin Side -->
|
||||
<page key="shop_settings" file="settings.php" access="admin" />
|
||||
<page key="services" file="services.php" access="admin" />
|
||||
<page key="coupons" file="coupons.php" access="admin" />
|
||||
<!-- Billing -->
|
||||
<page key="orders" file="orders.php" access="user,admin" />
|
||||
<page key="paid" file="paid.php" access="none" />
|
||||
<page key="bill" file="bill.php" access="user,admin" />
|
||||
<page key="create_servers" file="create_servers.php" access="user,admin" />
|
||||
<!-- Guest-->
|
||||
|
||||
|
||||
</navigation>
|
||||
Loading…
Add table
Add a link
Reference in a new issue