Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UNL_Search
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Digital Experience Group
UNL_Search
Commits
4343a457
Commit
4343a457
authored
9 years ago
by
Kevin Abel
Browse files
Options
Downloads
Patches
Plain Diff
Update config and ignore
parent
0a1962aa
No related branches found
Branches containing commit
No related tags found
1 merge request
!6
4.1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
config.sample.php
+1
-4
1 addition, 4 deletions
config.sample.php
with
2 additions
and
4 deletions
.gitignore
+
1
−
0
View file @
4343a457
...
...
@@ -5,6 +5,7 @@
/.settings
/www/css
/www/less/lib
/www/wdn
/.buildpath
/vendor
/tmp
This diff is collapsed.
Click to expand it.
config.sample.php
+
1
−
4
View file @
4343a457
...
...
@@ -3,10 +3,7 @@
ini_set
(
'display_errors'
,
false
);
error_reporting
(
E_ALL
);
set_include_path
(
dirname
(
__FILE__
)
.
'/src:'
.
dirname
(
__FILE__
)
.
'/lib/php:'
.
get_include_path
());
require_once
'UNL/Autoload.php'
;
require_once
__DIR__
.
'/vendor/autoload.php'
;
require
__DIR__
.
'/vendor/autoload.php'
;
/* A Google Loader API Key is presumably needed to ensure proper functionality.
* Register for an API Key at http://code.google.com/apis/loader/signup.html
...
...
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