Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Files that are directly called?

edited July 2010 in Vanilla 1.0 Help
I have a website hosted on my university's server, which has PHP 5.1.6 and MySQL 4.0.18. Because of this I am using Vanilla 1.1.8, which to my knowledge is the latest release that does not require PHP 5.2+ or MySQL 5+.

For PHP code to be executed on my server, "#!/usr/bin/php" must be the first line in the file, but only for PHP files that are directly called (not PHP files that are called by other PHP files).

My question is: does anyone know what Vanilla PHP files are directly called by the user, so I know which files to put this code in? Thanks.
Sign In or Register to comment.