mirror of
https://github.com/Yubico/yubikey-ksm.git
synced 2025-01-19 16:52:16 +01:00
Use require_once.
This commit is contained in:
parent
f7f253e41f
commit
edbeacfd15
@ -28,8 +28,8 @@
|
||||
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
include 'ykksm-config.php';
|
||||
include 'ykksm-utils.php';
|
||||
require_once 'ykksm-config.php';
|
||||
require_once 'ykksm-utils.php';
|
||||
|
||||
openlog("ykksm", LOG_PID, $logfacility)
|
||||
or die("ERR Syslog open error\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user