forked from Dolibarr/dolibarr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of github.com:Dolibarr/dolibarr into develop_n…
…ew_duration_on_ticket
- Loading branch information
Showing
387 changed files
with
4,521 additions
and
3,002 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#!/usr/bin/env php | ||
<?php | ||
/* Copyright (C) 2015-2017 Laurent Destailleur <[email protected]> | ||
* Copyright (C) 2024 Frédéric France <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -199,7 +200,7 @@ | |
fputs($fp, '</dolibarr_htdocs_dir>'."\n"); | ||
|
||
asort($checksumconcat); // Sort list of checksum | ||
//var_dump($checksumconcat); | ||
|
||
fputs($fp, '<dolibarr_htdocs_dir_checksum>'."\n"); | ||
fputs($fp, md5(join(',', $checksumconcat))."\n"); | ||
fputs($fp, '</dolibarr_htdocs_dir_checksum>'."\n"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
<?php | ||
/* Copyright (C) 2016 Laurent Destailleur <[email protected]> | ||
* Copyright (C) 2016 Juanjo Menent <[email protected]> | ||
* Copyright (C) 2024 Frédéric France <[email protected]> | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation; either version 3 of the License, or | ||
|
@@ -225,7 +226,6 @@ | |
$user=new User($db); | ||
} | ||
|
||
//var_dump($user->db->database_name); | ||
$ret=$user->fetch('', 'admin'); | ||
if (! $ret > 0) { | ||
print 'An admin user with login "admin" must exists to use this script.'."\n"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.