-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [UPDATE] Обновление кода до версии MHAdmin 2.0.7 - [NEW] Добавлена возможность назначать отдельно разделители тегов, хештегов и категорий - [FIX] Исправлена совместимость с версией PHP 7.2 - [FIX] Исправлена совместимость с версией DLE до 1.5.0 - [FIX] Исправлена заявленная ошибка: https://devcraft.club/tickets/prevju.5/ - [FIX] Исправлена заявленная ошибка: https://devcraft.club/tickets/jazykovoj-kod-ru_ru-ne-najden-i-mysql-error.4/ - [FIX] Исправлена заявленная ошибка: обработка данных тега [telegram_media_
- Loading branch information
Showing
13 changed files
with
6,764 additions
and
1,611 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DirectoryIndex index.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"name": "mh/admin", | ||
"description": "MaHarder AdminPanel", | ||
"type": "project", | ||
"authors": [ | ||
{ | ||
"name": "Maxim Harder", | ||
"email": "dev@devcraft.club" | ||
} | ||
], | ||
"config": { | ||
"platform": { | ||
"php": "7.2.9" | ||
}, | ||
"vendor-dir": "../_includes/vendor" | ||
}, | ||
"require": { | ||
"ext-curl": "*", | ||
"twig/twig": "^3.0", | ||
"twig/markdown-extra": "*", | ||
"twig/cache-extra": "*", | ||
"twig/intl-extra": "*", | ||
"twig/cssinliner-extra": "*", | ||
"twig/string-extra": "*", | ||
"twig/html-extra": "*", | ||
"twig/inky-extra": "*", | ||
"twig/extra-bundle": "*", | ||
"jblond/twig-trans": "*", | ||
"monolog/monolog": "*", | ||
"php-curl-class/php-curl-class": "*" | ||
} | ||
} |
Oops, something went wrong.