Jump to content

[SOLVED] vti_cnf


phpretard

Recommended Posts

Thank you for you hlp on the last one!

 

I am making these folders and files with the folowing code (which works now thanks to you folks):

 

$folder=$_POST['folder'];

mkdir("pages/secure/documents/$folder", 0777);

$fp = fopen("pages/secure/documents/$folder/index.php", 'w');

fclose($fp);

$filename = "pages/secure/documents/$folder/index.php";

 

 

But it makes a pesky little folder later displayed called "vti_cnf"

 

Can I make a folder without it???

 

What is it.

 

I don't want it.

 

Waaah

Link to comment
https://forums.phpfreaks.com/topic/119577-solved-vti_cnf/
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.