mirror of
https://github.com/mrclay/minify.git
synced 2025-08-22 21:52:58 +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:
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
require dirname(__FILE__) . '/../../min/lib/Minify/Loader.php';
|
||||
|
||||
function getPost($key) {
|
||||
return get_magic_quotes_gpc()
|
||||
? stripslashes($_POST[$key])
|
||||
|
Reference in New Issue
Block a user