Use __DIR__ in stub entry file

Change-Id: I47ff24e74e890b3e79be7a9965cc23176b05a6fa
This commit is contained in:
addshore 2014-08-15 20:36:15 +01:00
parent 349b7f5ba5
commit a5f0ec55be

View file

@ -1,4 +1,4 @@
<?php
// The entry point has been moved to VoteNY.php
require_once( './VoteNY.php' );
require_once( __DIR__ . '/VoteNY.php' );