Fix require_once format
This commit is contained in:
parent
fa3fa42d96
commit
82b423c5ac
21 changed files with 104 additions and 108 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
require_once('include/crypto.php');
|
||||
require_once 'include/crypto.php';
|
||||
require_once('include/Probe.php');
|
||||
|
||||
function get_salmon_key($uri, $keyhash) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue