Skip to content

Commit 28ce26e

Browse files
authored
Remove more unneeded stuffs (r.i.p IRC) (#105)
1 parent 6199147 commit 28ce26e

26 files changed

+10
-593
lines changed

.github/workflows/IP2Location.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Automatically update IP2Location database
33
on:
44
# Runs on the first day of each month
55
schedule:
6-
- cron: '0 5 1 * *'
6+
- cron: '0 9 1 * *'
77
workflow_dispatch: { }
88

99
jobs:
@@ -30,7 +30,7 @@ jobs:
3030
- name: Create Target Directory
3131
run: mkdir -p ${{ env.TARGET_DIR }}
3232

33-
- name: Download and Extract File (Overwriting Existing)
33+
- name: Download and Extract File
3434
run: |
3535
echo "Downloading and extracting to ${{ env.TARGET_DIR }}..."
3636
curl -sS -L -o ${{ env.TARGET_DIR }}${{ env.DOWNLOAD_FILENAME }} ${{ env.DOWNLOAD_URL }}

doc/installation.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
RECOMMENDED REQUIREMENTS:
22

33
WebServer with PHP support.
4-
MySQL 8.0.44 and above. ( https://dev.mysql.com/downloads/mysql/ )
5-
PHP 8.1.33 and above. ( https://www.php.net/downloads.php)
4+
MySQL 8.0.44 and above. ( https://dev.mysql.com/downloads/mysql/ )
5+
PHP 8.1.33 and above. ( https://www.php.net/downloads.php )
66

7-
For windows users:
8-
If you are using Apache2.4, ( https://httpd.apache.org/ )
7+
For Windows users:
8+
If you are using Apache 2.4, ( https://httpd.apache.org/ )
99
we recommend PHP VS16/VS17 x64 Thread Safe.
1010

11-
Opera Web Browser 10.
12-
Java SE 5.0.
1311

1412

1513
INSTALLATION:

irc.php

Lines changed: 0 additions & 53 deletions
This file was deleted.

lang/english.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ function lang_header()
271271
'ssh_line' => 'SSH line',
272272

273273
'forums' => 'Forums',
274-
'irc' => 'IRC Applet',
275274

276275
// please check the length at 'My Account' Menu
277276
'realms' => '------Realms------',

lang/german.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ function lang_header()
267267
'ssh_line' => 'SSH Zeile',
268268

269269
'forums' => 'Forum',
270-
'irc' => 'IRC Applet',
271270
'bugreport' => 'Bug Report',
272271

273272
// please check the length at 'My Account' Menu

lang/irc/english.lng

Lines changed: 0 additions & 93 deletions
This file was deleted.

lang/irc/french.lng

Lines changed: 0 additions & 93 deletions
This file was deleted.

lang/irc/german.lng

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)