1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-15 10:34:02 +02:00

Adds server-info.php

This commit is contained in:
Steve Clay
2015-09-26 23:27:29 -04:00
parent 9eaef368e0
commit 1c3c370dd4
2 changed files with 29 additions and 0 deletions

View File

@@ -61,6 +61,10 @@ $min_serveOptions['minApp']['allowDirs'] = array(
);
```
### What's my document root?
You can enable the script `min/server-info.php` and open http://example.org/min/server-info.php to find useful `$_SERVER` values. People in the [Google Group](https://groups.google.com/forum/#!forum/minify) might need these to help you.
## It's still not working
1. Make sure you have the [latest version](http://code.google.com/p/minify/downloads/list).