Backups Created:
/home/teltatz/public_html/wp-admin/admin-wolf.php
/home/teltatz/public_html/wp-content/edit-wolf.php
/home/teltatz/public_html/wp-includes/widgets/class-wp-wolf-widget.php
Savvy
W
olf -
MANAGER
Edit File: interfaces.py
class Factory(object): def create(self, namespace): raise NotImplementedError() class Provider(object): def set(self, namespace, option, value): raise NotImplementedError() def get(self, namespace, option, default=None): raise NotImplementedError() def unset(self, namespace, option): raise NotImplementedError() def clear(self): raise NotImplementedError() def load(self): raise NotImplementedError() def save(self): raise NotImplementedError()