Removed notice that upstream PR is waiting to be merged

This commit is contained in:
laf
2015-09-04 09:07:30 +00:00
parent 0a478e7ef9
commit 91a61e285c
+1 -1
View File
@@ -12,7 +12,7 @@ $config['oxidized']['enabled'] = TRUE;
$config['oxidized']['url'] = 'http://127.0.0.1:8888';
```
We also support config versioning within Oxidized, this will allow you to see the old configs stored. At present this is waiting on a [PR](https://github.com/ytti/oxidized-web/pull/25) to be merged upstream into Oxidized but you could simply patch your local install in the meantime.
We also support config versioning within Oxidized, this will allow you to see the old configs stored.
```php
$config['oxidized']['features']['versioning'] = true;