1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-30 00:59:48 +02:00

Merge commit '5b6b891cc379be1b9c014a5bb070e5e2e792d64c' into 3.0

This commit is contained in:
Steve Clay
2015-09-27 18:02:48 -04:00
40 changed files with 1358 additions and 72 deletions

View File

@@ -1,6 +1,6 @@
<?php
require dirname(__FILE__) . '/../../vendor/bootstrap.php';
require __DIR__ . '/../../bootstrap.php';
function getPost($key) {
return get_magic_quotes_gpc()

View File

@@ -3,7 +3,7 @@
* Fetch and minify a URL (auto-detect HTML/JS/CSS)
*/
require dirname(__FILE__) . '/../../vendor/bootstrap.php';
require __DIR__ . '/../../bootstrap.php';
function getPost($key) {
if (! isset($_POST[$key])) {

View File

@@ -1,6 +1,6 @@
<?php
require dirname(__FILE__) . '/../../vendor/bootstrap.php';
require __DIR__ . '/../../bootstrap.php';
header('Content-Type: text/html;charset=utf-8');