mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-30 18:18:37 -04:00
conclude scaffolding of AbstractData key/value storage, missing implementation
This commit is contained in:
parent
1a7d0799c0
commit
7bdcc2ae15
4 changed files with 94 additions and 7 deletions
|
@ -28,12 +28,6 @@ abstract class AbstractData
|
|||
*/
|
||||
protected static $_instance = null;
|
||||
|
||||
protected static $_namespaces = array(
|
||||
'purge_limiter',
|
||||
'salt',
|
||||
'traffic_limiter',
|
||||
);
|
||||
|
||||
/**
|
||||
* Enforce singleton, disable constructor
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue