Skip to content

Commit db89758

Browse files
committed
2.4.0
1 parent a64461a commit db89758

32 files changed

+70
-70
lines changed

class/Admin.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* Simple password manager written in PHP with Bootstrap and PDO database connections
66
*
77
* File name: Admin.php
8-
* Last Modified: 4.01.23 г., 21:17 ч.
8+
* Last Modified: 10.01.23 г., 20:17 ч.
99
*
1010
* @link https://blacktiehost.com
1111
* @since 1.0.0
12-
* @version 2.3.1
12+
* @version 2.4.0
1313
* @author Milen Karaganski <[email protected]>
1414
*
1515
* @license GPL-3.0+

class/Config.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* Simple password manager written in PHP with Bootstrap and PDO database connections
66
*
77
* File name: Config.php
8-
* Last Modified: 4.01.23 г., 21:29 ч.
8+
* Last Modified: 10.01.23 г., 20:05 ч.
99
*
1010
* @link https://blacktiehost.com
1111
* @since 1.0.0
12-
* @version 2.3.1
12+
* @version 2.4.0
1313
* @author Milen Karaganski <[email protected]>
1414
*
1515
* @license GPL-3.0+

class/Domains.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* Simple password manager written in PHP with Bootstrap and PDO database connections
66
*
77
* File name: Domains.php
8-
* Last Modified: 4.01.23 г., 21:13 ч.
8+
* Last Modified: 10.01.23 г., 20:17 ч.
99
*
1010
* @link https://blacktiehost.com
1111
* @since 1.0.0
12-
* @version 2.3.1
12+
* @version 2.4.0
1313
* @author Milen Karaganski <[email protected]>
1414
*
1515
* @license GPL-3.0+

class/PassManDb.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* Simple password manager written in PHP with Bootstrap and PDO database connections
66
*
77
* File name: PassManDb.php
8-
* Last Modified: 4.01.23 г., 21:14 ч.
8+
* Last Modified: 10.01.23 г., 20:17 ч.
99
*
1010
* @link https://blacktiehost.com
1111
* @since 1.0.0
12-
* @version 2.3.1
12+
* @version 2.4.0
1313
* @author Milen Karaganski <[email protected]>
1414
*
1515
* @license GPL-3.0+

class/Records.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* Simple password manager written in PHP with Bootstrap and PDO database connections
66
*
77
* File name: Records.php
8-
* Last Modified: 4.01.23 г., 21:32 ч.
8+
* Last Modified: 10.01.23 г., 20:17 ч.
99
*
1010
* @link https://blacktiehost.com
1111
* @since 1.0.0
12-
* @version 2.3.1
12+
* @version 2.4.0
1313
* @author Milen Karaganski <[email protected]>
1414
*
1515
* @license GPL-3.0+

class/Translator.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* Simple password manager written in PHP with Bootstrap and PDO database connections
66
*
77
* File name: Translator.php
8-
* Last Modified: 4.01.23 г., 21:14 ч.
8+
* Last Modified: 10.01.23 г., 20:17 ч.
99
*
1010
* @link https://blacktiehost.com
1111
* @since 1.0.0
12-
* @version 2.3.1
12+
* @version 2.4.0
1313
* @author Milen Karaganski <[email protected]>
1414
*
1515
* @license GPL-3.0+

class/User.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* Simple password manager written in PHP with Bootstrap and PDO database connections
66
*
77
* File name: User.php
8-
* Last Modified: 4.01.23 г., 21:13 ч.
8+
* Last Modified: 10.01.23 г., 20:17 ч.
99
*
1010
* @link https://blacktiehost.com
1111
* @since 1.0.0
12-
* @version 2.3.1
12+
* @version 2.4.0
1313
* @author Milen Karaganski <[email protected]>
1414
*
1515
* @license GPL-3.0+

core/class/Triggers.php

+8-8
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
* Simple password manager written in PHP with Bootstrap and PDO database connections
66
*
77
* File name: Triggers.php
8-
* Last Modified: 4.01.23 г., 21:30 ч.
8+
* Last Modified: 10.01.23 г., 19:28 ч.
99
*
10-
* @link https://blacktiehost.com
11-
* @since 1.0.0
12-
* @version 2.3.1
13-
* @author Milen Karaganski <[email protected]>
10+
* @link https://blacktiehost.com
11+
* @since 1.0.0
12+
* @version 2.4.0
13+
* @author Milen Karaganski <[email protected]>
1414
*
15-
* @license GPL-3.0+
16-
* @license http://www.gnu.org/licenses/gpl-3.0.txt
17-
* @copyright Copyright (c) 2020 - 2022 blacktiehost.com
15+
* @license GPL-3.0+
16+
* @license http://www.gnu.org/licenses/gpl-3.0.txt
17+
* @copyright Copyright (c) 2020 - 2022 blacktiehost.com
1818
*
1919
*/
2020

core/lib/functions.lib.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* Simple password manager written in PHP with Bootstrap and PDO database connections
66
*
77
* File name: functions.lib.php
8-
* Last Modified: 4.01.23 г., 20:51 ч.
8+
* Last Modified: 4.01.23 г., 23:56 ч.
99
*
1010
* @link https://blacktiehost.com
1111
* @since 1.0.0
12-
* @version 2.3.1
12+
* @version 2.4.0
1313
* @author Milen Karaganski <[email protected]>
1414
*
1515
* @license GPL-3.0+

includes/main.inc.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* Simple password manager written in PHP with Bootstrap and PDO database connections
66
*
77
* File name: main.inc.php
8-
* Last Modified: 4.01.23 г., 21:16 ч.
8+
* Last Modified: 10.01.23 г., 20:17 ч.
99
*
1010
* @link https://blacktiehost.com
1111
* @since 1.0.0
12-
* @version 2.3.1
12+
* @version 2.4.0
1313
* @author Milen Karaganski <[email protected]>
1414
*
1515
* @license GPL-3.0+

public/admin/index.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* Simple password manager written in PHP with Bootstrap and PDO database connections
66
*
77
* File name: index.php
8-
* Last Modified: 4.01.23 г., 21:17 ч.
8+
* Last Modified: 4.01.23 г., 23:56 ч.
99
*
1010
* @link https://blacktiehost.com
1111
* @since 1.0.0
12-
* @version 2.3.1
12+
* @version 2.4.0
1313
* @author Milen Karaganski <[email protected]>
1414
*
1515
* @license GPL-3.0+

public/admin/settings.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* Simple password manager written in PHP with Bootstrap and PDO database connections
66
*
77
* File name: settings.php
8-
* Last Modified: 4.01.23 г., 20:56 ч.
8+
* Last Modified: 4.01.23 г., 23:56 ч.
99
*
1010
* @link https://blacktiehost.com
1111
* @since 1.0.0
12-
* @version 2.3.1
12+
* @version 2.4.0
1313
* @author Milen Karaganski <[email protected]>
1414
*
1515
* @license GPL-3.0+

public/admin/users.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* Simple password manager written in PHP with Bootstrap and PDO database connections
66
*
77
* File name: users.php
8-
* Last Modified: 4.01.23 г., 20:56 ч.
8+
* Last Modified: 4.01.23 г., 23:56 ч.
99
*
1010
* @link https://blacktiehost.com
1111
* @since 1.0.0
12-
* @version 2.3.1
12+
* @version 2.4.0
1313
* @author Milen Karaganski <[email protected]>
1414
*
1515
* @license GPL-3.0+

public/index.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* Simple password manager written in PHP with Bootstrap and PDO database connections
66
*
77
* File name: index.php
8-
* Last Modified: 4.01.23 г., 21:15 ч.
8+
* Last Modified: 10.01.23 г., 20:06 ч.
99
*
1010
* @link https://blacktiehost.com
1111
* @since 1.0.0
12-
* @version 2.3.1
12+
* @version 2.4.0
1313
* @author Milen Karaganski <[email protected]>
1414
*
1515
* @license GPL-3.0+

public/install/inc.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* Simple password manager written in PHP with Bootstrap and PDO database connections
66
*
77
* File name: inc.php
8-
* Last Modified: 4.01.23 г., 21:33 ч.
8+
* Last Modified: 10.01.23 г., 20:17 ч.
99
*
1010
* @link https://blacktiehost.com
1111
* @since 1.0.0
12-
* @version 2.3.1
12+
* @version 2.4.0
1313
* @author Milen Karaganski <[email protected]>
1414
*
1515
* @license GPL-3.0+

public/install/index.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* Simple password manager written in PHP with Bootstrap and PDO database connections
66
*
77
* File name: index.php
8-
* Last Modified: 4.01.23 г., 21:34 ч.
8+
* Last Modified: 4.01.23 г., 23:56 ч.
99
*
1010
* @link https://blacktiehost.com
1111
* @since 1.0.0
12-
* @version 2.3.1
12+
* @version 2.4.0
1313
* @author Milen Karaganski <[email protected]>
1414
*
1515
* @license GPL-3.0+

public/install/step1.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* Simple password manager written in PHP with Bootstrap and PDO database connections
66
*
77
* File name: step1.php
8-
* Last Modified: 4.01.23 г., 21:34 ч.
8+
* Last Modified: 10.01.23 г., 20:15 ч.
99
*
1010
* @link https://blacktiehost.com
1111
* @since 1.0.0
12-
* @version 2.3.1
12+
* @version 2.4.0
1313
* @author Milen Karaganski <[email protected]>
1414
*
1515
* @license GPL-3.0+

public/install/step2.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* Simple password manager written in PHP with Bootstrap and PDO database connections
66
*
77
* File name: step2.php
8-
* Last Modified: 4.01.23 г., 21:34 ч.
8+
* Last Modified: 4.01.23 г., 23:56 ч.
99
*
1010
* @link https://blacktiehost.com
1111
* @since 1.0.0
12-
* @version 2.3.1
12+
* @version 2.4.0
1313
* @author Milen Karaganski <[email protected]>
1414
*
1515
* @license GPL-3.0+

public/install/step3.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* Simple password manager written in PHP with Bootstrap and PDO database connections
66
*
77
* File name: step3.php
8-
* Last Modified: 4.01.23 г., 21:35 ч.
8+
* Last Modified: 4.01.23 г., 23:56 ч.
99
*
1010
* @link https://blacktiehost.com
1111
* @since 1.0.0
12-
* @version 2.3.1
12+
* @version 2.4.0
1313
* @author Milen Karaganski <[email protected]>
1414
*
1515
* @license GPL-3.0+

public/login.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* Simple password manager written in PHP with Bootstrap and PDO database connections
66
*
77
* File name: login.php
8-
* Last Modified: 4.01.23 г., 21:15 ч.
8+
* Last Modified: 10.01.23 г., 20:07 ч.
99
*
1010
* @link https://blacktiehost.com
1111
* @since 1.0.0
12-
* @version 2.3.1
12+
* @version 2.4.0
1313
* @author Milen Karaganski <[email protected]>
1414
*
1515
* @license GPL-3.0+

public/profile.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* Simple password manager written in PHP with Bootstrap and PDO database connections
66
*
77
* File name: profile.php
8-
* Last Modified: 4.01.23 г., 21:15 ч.
8+
* Last Modified: 10.01.23 г., 20:07 ч.
99
*
1010
* @link https://blacktiehost.com
1111
* @since 1.0.0
12-
* @version 2.3.1
12+
* @version 2.4.0
1313
* @author Milen Karaganski <[email protected]>
1414
*
1515
* @license GPL-3.0+

public/records.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* Simple password manager written in PHP with Bootstrap and PDO database connections
66
*
77
* File name: records.php
8-
* Last Modified: 4.01.23 г., 21:15 ч.
8+
* Last Modified: 10.01.23 г., 20:06 ч.
99
*
1010
* @link https://blacktiehost.com
1111
* @since 1.0.0
12-
* @version 2.3.1
12+
* @version 2.4.0
1313
* @author Milen Karaganski <[email protected]>
1414
*
1515
* @license GPL-3.0+

public/register.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* Simple password manager written in PHP with Bootstrap and PDO database connections
66
*
77
* File name: register.php
8-
* Last Modified: 4.01.23 г., 21:16 ч.
8+
* Last Modified: 10.01.23 г., 20:07 ч.
99
*
1010
* @link https://blacktiehost.com
1111
* @since 1.0.0
12-
* @version 2.3.1
12+
* @version 2.4.0
1313
* @author Milen Karaganski <[email protected]>
1414
*
1515
* @license GPL-3.0+

public/themes/admin/css/sb-admin-2.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
* Simple password manager written in PHP with Bootstrap and PDO database connections
44
*
55
* File name: sb-admin-2.css
6-
* Last Modified: 3.01.23 г., 23:11 ч.
6+
* Last Modified: 4.01.23 г., 23:56 ч.
77
*
88
* @link https://blacktiehost.com
99
* @since 1.0.0
10-
* @version 2.3.1
10+
* @version 2.4.0
1111
* @author Milen Karaganski <[email protected]>
1212
*
1313
* @license GPL-3.0+

public/themes/admin/webfonts/fa-brands-400.svg

+2-2
Loading

public/themes/admin/webfonts/fa-regular-400.svg

+2-2
Loading

public/themes/admin/webfonts/fa-solid-900.svg

+2-2
Loading

0 commit comments

Comments
 (0)