mirror of
https://github.com/mrclay/minify.git
synced 2025-08-28 16:19:59 +02:00
rework classloader
- make it available in config - always use classloader, no manual require - compatible for future composer alternative
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
* Fetch and minify a URL (auto-detect HTML/JS/CSS)
|
||||
*/
|
||||
|
||||
require dirname(__FILE__) . '/../../min/lib/Minify/Loader.php';
|
||||
|
||||
function getPost($key) {
|
||||
if (! isset($_POST[$key])) {
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user