Frequently Asked Questions

How much does Sage cost?
Sage is 100% free (that's $0.00!) under the PHP Open Source License and is licensed under a Creative Commons Attribution 3.0 License, as long as the KP Labs, Inc, copyright is kept within the script, or recognition of the author is stated.

Just go to the download page and download it for yourself.
I don't want to show a certain directory. How do I do that?
This issue has come up before, and there is a solution to it. Created in version 0.1, all you have to do is simply place a blank file called nosage in the folder. That's it. The scanning functions will search the directory, and if this file exists, the directory won't be added to the array (or in laymen's terms: it won't be displayed)
Why can't you just scan for directories with .htaccess files? Wouldn't that be easier?
A question well thought. Yes, it would be easier to search for directories with .htaccess files, but unfortunately, .htaccess files aren't just for security. They also contain Server overrides for certain folders (like a redirect) or an Index override for the display. If someone wanted a folder that contains a .htaccess to be displayed, Sage allows them to. If not, then just place a blank file called nosage in the restricted directory and all is well.
NOTE: It has been noted that we may look for directories that contain .htaccess files with security coding, and those directories will be discluded. This will be introduced in a later version.