Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/adblockplusorg/files/anwiki.cfg.php

Issue 9425007: Remove website development VM (Closed)
Patch Set: Created Feb. 20, 2013, 3:53 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: modules/adblockplusorg/files/anwiki.cfg.php
===================================================================
deleted file mode 100644
--- a/modules/adblockplusorg/files/anwiki.cfg.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-$cfg = array (
- 'mysql' =>
- array (
- 'user' => 'anwiki',
- 'password' => 'vagrant',
- 'database' => 'anwiki',
- 'prefix' => 'anw_',
- ),
-)
-?>

Powered by Google App Engine
This is Rietveld