Subversion Repositories Applications.papyrus

Rev

Rev 431 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 431 Rev 433
Line 62... Line 62...
62
// Initializes the counter used to rename the file, if another one with the same name already exists.
62
// Initializes the counter used to rename the file, if another one with the same name already exists.
63
$iCounter = 0 ;
63
$iCounter = 0 ;
Line 64... Line 64...
64
 
64
 
65
// The the target directory.
65
// The the target directory.
-
 
66
$sServerDir = GetRootPath() . $Config["UserFilesPath"] ;
-
 
67
print "|";
-
 
68
print $sServerDir;
Line 66... Line 69...
66
$sServerDir = GetRootPath() . $Config["UserFilesPath"] ;
69
print "|";
67
 
70
 
68
while ( true )
71
while ( true )
69
{
72
{