File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
28
28
<form method="POST" enctype='multipart/form-data' action='.'>
29
29
<label>Path : </label>
30
- <input type="text" name="path" placeholder="scenario_1/ uploads/" style='width:800px'/>
30
+ <input type="text" name="path" placeholder="uploads/" style='width:800px'/>
31
31
32
32
<br/>
33
33
39
39
<input type="submit" value="Upload">
40
40
</form>
41
41
42
- <a href="/scenario_1/ override_me.php">override_me</a>
42
+ <a href="/override_me.php">override_me</a>
43
43
</body>
44
44
</html>
45
45
Original file line number Diff line number Diff line change @@ -1831,7 +1831,7 @@ opcache.blacklist_filename=/tmp/blacklist.txt
1831
1831
; Enables and sets the second level cache directory.
1832
1832
; It should improve performance when SHM memory is full, at server restart or
1833
1833
; SHM reset. The default "" disables file based caching.
1834
- opcache.file_cache =opcache/
1834
+ ; opcache.file_cache=
1835
1835
1836
1836
; Enables or disables opcode caching in shared memory.
1837
1837
opcache.file_cache_only =1
You can’t perform that action at this time.
0 commit comments