Add configtest.php changes.

8.0.x
David Strauss 2011-06-10 08:49:48 -07:00
parent a3707fe653
commit 038ac6c6d1
1 changed files with 4 additions and 2 deletions

View File

@ -22,5 +22,7 @@ $sfs->resign();
echo $sfs->read() . PHP_EOL;
// Fail
file_put_contents($sfs->getPath(), $existing_content . 'extra');
echo $sfs->read() . PHP_EOL;
//file_put_contents($sfs->getPath(), $existing_content . 'extra');
//echo $sfs->read() . PHP_EOL;
print_r(get_signed_file_storage_names_with_prefix());