Change flag_country to just flag

This commit is contained in:
Michael Foster
2013-08-16 22:12:25 +10:00
parent 23f23b8301
commit a9fe4ea2db
3 changed files with 5 additions and 5 deletions

View File

@@ -430,7 +430,7 @@ if (isset($_POST['delete'])) {
error('GeoIP not available: ' . geoip_db_filename(GEOIP_COUNTRY_EDITION));
}
if ($country_code = @geoip_country_code_by_name($_SERVER['REMOTE_ADDR'])) {
$post['body'] .= '<tinyboard flag_country>' . strtolower($country_code) . '</tinyboard>';
$post['body'] .= '<tinyboard flag>' . strtolower($country_code) . '</tinyboard>';
}
}