Skip to content

Commit 507e1fd

Browse files
V2.0.0a
1 parent b63c3e2 commit 507e1fd

File tree

6 files changed

+2
-366
lines changed

6 files changed

+2
-366
lines changed

admin/footer.php

Lines changed: 0 additions & 20 deletions
This file was deleted.

admin/header.php

Lines changed: 0 additions & 103 deletions
This file was deleted.

common/administrator.class.php

Lines changed: 0 additions & 131 deletions
This file was deleted.

common/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
* @package 299Ko https://github.com/299Ko/299ko
1212
*/
1313

14-
define('VERSION', '1.3.2');
14+
define('VERSION', '2.0.0a');
1515
define('COMMON', ROOT . 'common/');
1616
define('DATA', ROOT . 'data/');
1717
define('UPLOAD', ROOT . 'data/upload/');
1818
define('DATA_PLUGIN', ROOT . 'data/plugin/');
1919
define('THEMES', ROOT . 'theme/');
2020
define('PLUGINS', ROOT . 'plugin/');
2121
define('ADMIN_PATH', ROOT . 'admin/');
22-
define('FONTICON', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');
22+
define('FONTICON', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');
2323
define('FANCYCSS', "https://cdnjs.cloudflare.com/ajax/libs/fancyapps-ui/4.0.31/fancybox.min.css");
2424
define("FANCYJS", "https://cdnjs.cloudflare.com/ajax/libs/fancyapps-ui/4.0.31/fancybox.umd.min.js");
2525
if (file_exists(DATA . 'key.php'))

plugin/pluginsmanager/admin.php

Lines changed: 0 additions & 65 deletions
This file was deleted.

plugin/pluginsmanager/template/admin.php

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)