mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-09-26 11:11:03 -04:00
updated base64.js to version 2.1.9, using minified version found at
9192c510f5/base64.min.js
kudos Dan Kogai
small improvements to input checking
implementing default values for most configuration options
switching to versioned JS files to avoid version hack used in template
This commit is contained in:
parent
7bc8c14df6
commit
49c6e3c1b6
9 changed files with 62 additions and 33 deletions
|
@ -87,7 +87,8 @@ abstract class persistence
|
|||
file_put_contents(
|
||||
$file,
|
||||
'Allow from none' . PHP_EOL .
|
||||
'Deny from all'. PHP_EOL
|
||||
'Deny from all'. PHP_EOL,
|
||||
LOCK_EX
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue