Maurits van der Schee 7 years ago
parent
commit
72b40dd761
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

@@ -89,9 +89,9 @@ $api = new PHP_CRUD_API(array(
89 89
 	'input_sanitizer'=>function($cmd,$db,$tab,$col,$typ,$val) { return $val; },
90 90
 	'input_validator'=>function($cmd,$db,$tab,$col,$typ,$val,$ctx) { return true; },
91 91
 // configurable options
92
-    'allow_origin'=>'*',
92
+	'allow_origin'=>'*',
93 93
 	'auto_include'=>true,
94
-    'extensions'=>true,
94
+	'extensions'=>true,
95 95
 // dependencies (added for unit testing):
96 96
 	'db'=>null,
97 97
 	'method'=>$_SERVER['REQUEST_METHOD'],

Loading…
Cancel
Save