Update index.php

少了一个/
pull/6/head
wnyr 2017-10-29 10:04:29 -05:00 committed by GitHub
parent 427fcbb9a4
commit 75342487b1
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
require_once(dirname(__FILE__) . 'device.php');
require_once(dirname(__FILE__) . '/device.php');
?>
<html>
<head>