scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 49  →  ?path2? @ 50
/text.php
@@ -36,7 +36,7 @@
'',
hash(
'sha512',
$fingerprint,
$fingerprint
)
),
$ASSET_HASH_SIZE
@@ -64,7 +64,7 @@
atomized_put_contents($userPath.'.html', $_POST['data']);
break;
case 'LOAD':
if(!file_exists($userPath))
if(!file_exists($userPath.'.html'))
return;
echo atomized_get_contents($userPath.'.html');
break;