This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
pla
Watch
1
Star
0
Fork
0
You've already forked pla
mirror of
https://github.com/phpLiteAdmin/pla.git
synced
2025-12-20 01:52:30 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
Add File
New File
Upload File
Apply Patch
pla
/
classes
History
Christopher Kramer
9164248078
Using SQLite3, calling $db->fetch() would trigger the query again. This caused strange errors like duplication of inserts. This fixes
https://bitbucket.org/phpliteadmin/public/issues/359/insert-select-duplicating-rows
2021-07-14 14:48:51 +01:00
..
Authorization.php
Changed salt length to 22 characters as required for Blowfish. This seemed to cause problems with PHP 7.3.9. This should solve
https://github.com/phpLiteAdmin/pla/issues/19
2019-09-04 17:55:32 +01:00
Database.php
Using SQLite3, calling $db->fetch() would trigger the query again. This caused strange errors like duplication of inserts. This fixes
https://bitbucket.org/phpliteadmin/public/issues/359/insert-select-duplicating-rows
2021-07-14 14:48:51 +01:00
GetParameters.php
!This commit introduces new language texts that need translation to other languages
2017-02-25 15:29:11 +01:00
MicroTimer.php
Split phpliteadmin.php in multiple files - Fixed Issue
#190
2013-03-24 16:32:59 +00:00
Resources.php
Added embedding_file comment, cfr. r402
2013-04-24 10:35:08 +00:00