| ... | ... |
@@ -9,6 +9,7 @@ define('NEWS_RSS_SMH', 'https://www.smh.com.au/rss/world.xml');
|
| 9 | 9 |
define('NEWS_RSS_SCMP', 'https://www.scmp.com/rss/91/feed');
|
| 10 | 10 |
define('NEWS_RSS_STSG', 'https://www.straitstimes.com/news/singapore/rss.xml');
|
| 11 | 11 |
define('NEWS_RSS_STASIA', 'https://www.straitstimes.com/news/asia/rss.xml');
|
| 12 |
+define('NEWS_RSS_STWORLD', 'https://www.straitstimes.com/news/world/rss.xml');
|
|
| 12 | 13 |
//define('NEWS_RSS_STAR', '');
|
| 13 | 14 |
|
| 14 | 15 |
$array_title=array( |
| ... | ... |
@@ -20,7 +21,8 @@ $array_title=array( |
| 20 | 21 |
"smh" => "Sydney Morning Herald", |
| 21 | 22 |
"scmp" => "South China Morning Post", |
| 22 | 23 |
"stsg" => "ST Singapore", |
| 23 |
- "stasia" => "ST Asia" |
|
| 24 |
+ "stasia" => "ST Asia", |
|
| 25 |
+ "stworld" => "ST World" |
|
| 24 | 26 |
); |
| 25 | 27 |
$array_url=array( |
| 26 | 28 |
"nyt" => NEWS_RSS_NYT, |
| ... | ... |
@@ -31,7 +33,8 @@ $array_url=array( |
| 31 | 33 |
"smh" => NEWS_RSS_SMH, |
| 32 | 34 |
"scmp" => NEWS_RSS_SCMP, |
| 33 | 35 |
"stsg" => NEWS_RSS_STSG, |
| 34 |
- "stasia" => NEWS_RSS_STASIA |
|
| 36 |
+ "stasia" => NEWS_RSS_STASIA, |
|
| 37 |
+ "stworld" => NEWS_RSS_STWORLD |
|
| 35 | 38 |
); |
| 36 | 39 |
|
| 37 | 40 |
function DEBUG($Message) {
|