Merge pull request #7 from wujunze/patch-1

修正require_once文件的路径
pull/12/head
spoonysonny 2017-11-07 11:02:20 +08:00 committed by GitHub
commit cf297fe467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?php <?php
require_once(dirname(__FILE__) . 'device.php'); require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'device.php');
?> ?>
<html> <html>
<head> <head>