stany.ferer 1 рік тому
батько
коміт
b9c0d7f701
2 змінених файлів з 4 додано та 2 видалено
  1. 0 1
      core/views/_cms.foot.php
  2. 4 1
      maj/sql/maj.sql

+ 0 - 1
core/views/_cms.foot.php

@@ -12,7 +12,6 @@
 <script src="<?php cache::printFileWithTime("libs/bootstrap/js/bootstrap-table-filter-control.min.js") ?>" type="text/javascript"></script>
 <script src="<?php cache::printFileWithTime("libs/bootstrap/js/tableExport.min.js") ?>" type="text/javascript"></script>
 <script src="<?php cache::printFileWithTime("libs/bootstrap/js/bootstrap-table-export.min.js") ?>" type="text/javascript"></script>
-<script src="<?php cache::printFileWithTime("libs/js/jquery-migrate-3.3.2.min.js") ?>" type="text/javascript"></script>
 
 <?php
     alert::show();

+ 4 - 1
maj/sql/maj.sql

@@ -1,3 +1,5 @@
+
+/*
 CREATE TABLE `jwt` (
     `id_user` int NOT NULL,
     `md5` varchar(32) NOT NULL,
@@ -19,4 +21,5 @@ INSERT INTO `access` (`id`, `label`, `show`, `add`, `access`, `noAccess`) VALUES
 INSERT INTO `type_access` (`id`, `id_type`, `id_access`, `exception`) VALUES ('7#16', '7', '16', NULL);
 INSERT INTO `type_access` (`id`, `id_type`, `id_access`, `exception`) VALUES ('6#17', '6', '17', 'salaire');
 INSERT INTO `type_access` (`id`, `id_type`, `id_access`, `exception`) VALUES ('5#17', '5', '17', 'salaire');
-INSERT INTO `type_access` (`id`, `id_type`, `id_access`, `exception`) VALUES ('4#17', '4', '17', 'salaire');
+INSERT INTO `type_access` (`id`, `id_type`, `id_access`, `exception`) VALUES ('4#17', '4', '17', 'salaire');
+*/