sendemailsummary.php: correct path to INSTALLDIR

So that we can actually find commandline.inc.

This should have been updated when the files in the EmailSummary tree
where moved down a level into subdirectories.
This commit is contained in:
Joshua Judson Rosen 2014-11-24 20:28:31 -05:00
parent 2d7804b88f
commit cff8c462da
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
define('INSTALLDIR', realpath(dirname(__FILE__) . '/../..'));
define('INSTALLDIR', realpath(dirname(__FILE__) . '/../../..'));
$shortoptions = 'i:n:au';
$longoptions = array('id=', 'nickname=', 'all', 'universe');