Skip to content

Commit cf339b5

Browse files
committed
Merge
1 parent 9f371b2 commit cf339b5

3 files changed

Lines changed: 2 additions & 18 deletions

File tree

.gitignore

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,5 @@ nbproject/project.properties
55
nbproject/project.xml
66
includes/js/initFsCMS.js
77
.htaccess
8-
<<<<<<< HEAD
98
settings/Settings.php
10-
settings/dbSettings.php
11-
=======
12-
includes/js/initFsCMS.js
13-
>>>>>>> origin/master
14-
includes/js/initFsCMS.js
9+
settings/dbSettings.php

includes/js/initFsCMS.js

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

kernel/fsCache.php

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*/
66
class fsCache
77
{
8-
<<<<<<< HEAD
98
/** @var string Path of cache folder */
109
private static $_path = PATH_CACHE;
1110
/** @var string Url of cache folder */
@@ -94,12 +93,4 @@ public static function Clear()
9493
fsFunctions::DeleteDirectory(self::$_path);
9594
}
9695
}
97-
?>
98-
=======
99-
private $_path = PATH_CACHE;
100-
101-
public static function Create()
102-
{
103-
}
104-
}
105-
>>>>>>> origin/master
96+
?>

0 commit comments

Comments
 (0)