Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
3d10b6fb
Commit
3d10b6fb
authored
16 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Merge 2.4
parent
42454d32
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/install/.htpasswd
+0
-1
0 additions, 1 deletion
doc/install/.htpasswd
htdocs/install/inc.php
+1
-1
1 addition, 1 deletion
htdocs/install/inc.php
htdocs/master.inc.php
+1
-1
1 addition, 1 deletion
htdocs/master.inc.php
with
2 additions
and
3 deletions
doc/install/.htpasswd
deleted
100644 → 0
+
0
−
1
View file @
42454d32
admin:$apr1$l63.....$tCO2YgYkr.oq.ShBECwUH1
This diff is collapsed.
Click to expand it.
htdocs/install/inc.php
+
1
−
1
View file @
3d10b6fb
...
...
@@ -24,7 +24,7 @@
\version $Id$
*/
define
(
'DOL_VERSION'
,
'2.4
-beta
'
);
// Also defined in htdocs/master.inc.php
define
(
'DOL_VERSION'
,
'2.4'
);
// Also defined in htdocs/master.inc.php
require_once
(
'../translate.class.php'
);
require_once
(
'../lib/functions.lib.php'
);
...
...
This diff is collapsed.
Click to expand it.
htdocs/master.inc.php
+
1
−
1
View file @
3d10b6fb
...
...
@@ -29,7 +29,7 @@
\version $Id$
*/
define
(
'DOL_VERSION'
,
'2.4
-beta
'
);
// Also defined in htdocs/install/inc.php
define
(
'DOL_VERSION'
,
'2.4'
);
// Also defined in htdocs/install/inc.php
define
(
'EURO'
,
chr
(
128
));
// La fonction clearstatcache ne doit pas etre appele de manire globale car ralenti.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment