igb преди 1 седмица
родител
ревизия
ae8bc5ff0a
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      panel.php

+ 2 - 2
panel.php

@@ -95,8 +95,8 @@ $stmt->close();
             <?php if(($em_role == 0)&&($em_permission_role_id==2)): ?>
                 <dt class="subnav">我的团队
                     <div class="list-wraper">
-                        <a href="../subcustomers.php" target="contentFrame">组员客户</a>
-                        <a href="../subtagClound.php" target="contentFrame">组员客户分析</a>
+                        <a href="../subCustomers.php" target="contentFrame">组员客户</a>
+                        <a href="../subTagClound.php" target="contentFrame">组员客户分析</a>
                     </div>
                 </dt>
             <?php endif; ?>