Add configtest.php changes.
parent
a3707fe653
commit
038ac6c6d1
|
@ -22,5 +22,7 @@ $sfs->resign();
|
||||||
echo $sfs->read() . PHP_EOL;
|
echo $sfs->read() . PHP_EOL;
|
||||||
|
|
||||||
// Fail
|
// Fail
|
||||||
file_put_contents($sfs->getPath(), $existing_content . 'extra');
|
//file_put_contents($sfs->getPath(), $existing_content . 'extra');
|
||||||
echo $sfs->read() . PHP_EOL;
|
//echo $sfs->read() . PHP_EOL;
|
||||||
|
|
||||||
|
print_r(get_signed_file_storage_names_with_prefix());
|
||||||
|
|
Loading…
Reference in New Issue