Skip to content

Commit ca6eecb

Browse files
authored
Update dvwaPage.inc.php
update dvwaPage.inc.php to add arabic to locales array
1 parent 979c918 commit ca6eecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvwa/includes/dvwaPage.inc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ function dvwaSQLiDBGet() {
166166

167167
function dvwaLocaleSet( $pLocale ) {
168168
$dvwaSession =& dvwaSessionGrab();
169-
$locales = array('en', 'zh');
169+
$locales = array('en', 'zh', 'ar');
170170
if( in_array( $pLocale, $locales) ) {
171171
$dvwaSession[ 'locale' ] = $pLocale;
172172
} else {

0 commit comments

Comments
 (0)