Skip to content

Commit

Permalink
Correct the server configuration filename
Browse files Browse the repository at this point in the history
  • Loading branch information
dlangille committed Jul 15, 2020
1 parent e7bbf83 commit a9ed441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/php/samdrucker.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

define('CONF_FILE', '/usr/local/etc/samdrucker/samdrucker.conf');
define('CONF_FILE', '/usr/local/etc/samdrucker/samdruckerserver.conf');

if (file_exists(CONF_FILE)) {
require_once(CONF_FILE);
Expand Down

0 comments on commit a9ed441

Please sign in to comment.