Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
fix ini for unix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pizzabelly committed Jul 11, 2018
1 parent a18d008 commit 6f7405c
Showing 1 changed file with 31 additions and 33 deletions.
64 changes: 31 additions & 33 deletions config.ini
Original file line number Diff line number Diff line change
@@ -1,33 +1,31 @@
;########################################################################
;# ______ _____ _____ #
;# | ____| | __ \| __ \ #
;# | |__ __ _ ___ _ _| |__) | |__) | #
;# | __| / _` / __| | | | _ /| ___/ #
;# | |___| (_| \__ \ |_| | | \ \| | #
;# |______\__,_|___/\__, |_| \_\_| #
;# __/ | #
;# |___/ #
;# #
;# #
;# Optional Settings: SmallImage, LargeImageTooltip, SmallImageTooltip, #
;# StartTimestamp, EndTimestamp #
;# *ALL OTHERS ARE REQUIRED* #
;# #
;# https://github.com/Pizzabelly/EasyRP #
;########################################################################


[Identifiers]
ClientID=123456789012345678

[State]
State=
Details=
StartTimestamp=
EndTimestamp=

[Images]
LargeImage=
SmallImage=
LargeImageTooltip=
SmallImageTooltip=
;########################################################################
;# ______ _____ _____ #
;# | ____| | __ \| __ \ #
;# | |__ __ _ ___ _ _| |__) | |__) | #
;# | __| / _` / __| | | | _ /| ___/ #
;# | |___| (_| \__ \ |_| | | \ \| | #
;# |______\__,_|___/\__, |_| \_\_| #
;# __/ | #
;# |___/ #
;# #
;# #
;# Optional Settings: SmallImage, LargeImageTooltip, SmallImageTooltip, #
;# StartTimestamp, EndTimestamp #
;# *ALL OTHERS ARE REQUIRED* #
;# #
;# https://github.com/Pizzabelly/EasyRP #
;########################################################################

[Identifiers]
ClientID=123456789023456789
[State]
State=
Details=
StartTimestamp=
EndTimestamp=

[Images]
LargeImage=
LargeImageTooltip=
SmallImage=
SmallImageTooltip=

0 comments on commit 6f7405c

Please sign in to comment.