.htacess
# Do not remove this line, otherwise mod_rewrite rules will stop working
RewriteBase /
allow_url_fopen On
allow_url_include On
我尝试将此添加到我的 .htaccess 但没有使用我尝试过
$contnt = file_get_contents('http://site/files.php');
echo $contnt;
但我收到这个错误
Fatal error: Call to undefined function dijkstra() in /home/a2515416/public_html/algorithm.php on line 34
当我使用 xampp 时,一切正常。