Jump to content

[SOLVED] file help


darkfreaks

Recommended Posts

ok so i  have a script that is supposed to open the file to read exploits and it worked fine until i revamped it due to it killing my other script.  :-\

 

<?php
//call absolute path
$inj_path='';
//file 
$file='exploit.txt';
$lines = file($inj_path . $file);//error line
?>

Link to comment
https://forums.phpfreaks.com/topic/138807-solved-file-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.