mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
$lang_adredir = array
|
||||
(
|
||||
'std_error' => "Error",
|
||||
'std_ad_system_disabled' => "Ad system disabled.",
|
||||
'std_invalid_ad_id' => "Invalid ad id",
|
||||
'std_no_redirect_url' => "No redirect URL."
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user