added license
This commit is contained in:
parent
22b4aa9205
commit
114f14dcf3
|
|
@ -1,4 +1,12 @@
|
||||||
<?php
|
<?php
|
||||||
|
/*-------------------------------------------------------+
|
||||||
|
| CiviProxy |
|
||||||
|
| Copyright (C) 2015 SYSTOPIA |
|
||||||
|
| Author: B. Endres (endres -at- systopia.de) |
|
||||||
|
| http://www.systopia.de/ |
|
||||||
|
+--------------------------------------------------------+
|
||||||
|
| License: AGPLv3, see /LICENSE |
|
||||||
|
+--------------------------------------------------------*/
|
||||||
|
|
||||||
require_once 'CRM/Admin/Form/Setting.php';
|
require_once 'CRM/Admin/Form/Setting.php';
|
||||||
require_once 'CRM/Core/BAO/CustomField.php';
|
require_once 'CRM/Core/BAO/CustomField.php';
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
| Author: B. Endres (endres -at- systopia.de) |
|
| Author: B. Endres (endres -at- systopia.de) |
|
||||||
| http://www.systopia.de/ |
|
| http://www.systopia.de/ |
|
||||||
+--------------------------------------------------------+
|
+--------------------------------------------------------+
|
||||||
| TODO: License |
|
| License: AGPLv3, see /LICENSE |
|
||||||
+--------------------------------------------------------*/
|
+--------------------------------------------------------*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
| Author: B. Endres (endres -at- systopia.de) |
|
| Author: B. Endres (endres -at- systopia.de) |
|
||||||
| http://www.systopia.de/ |
|
| http://www.systopia.de/ |
|
||||||
+--------------------------------------------------------+
|
+--------------------------------------------------------+
|
||||||
| TODO: License |
|
| License: AGPLv3, see /LICENSE |
|
||||||
+--------------------------------------------------------*/
|
+--------------------------------------------------------*/
|
||||||
|
|
||||||
require_once 'civiproxy.civix.php';
|
require_once 'civiproxy.civix.php';
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,12 @@
|
||||||
<?php
|
<?php
|
||||||
|
/*-------------------------------------------------------+
|
||||||
|
| CiviProxy |
|
||||||
|
| Copyright (C) 2015 SYSTOPIA |
|
||||||
|
| Author: B. Endres (endres -at- systopia.de) |
|
||||||
|
| http://www.systopia.de/ |
|
||||||
|
+--------------------------------------------------------+
|
||||||
|
| License: AGPLv3, see /LICENSE |
|
||||||
|
+--------------------------------------------------------*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Settings metadata file
|
* Settings metadata file
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,12 @@
|
||||||
|
{*-------------------------------------------------------+
|
||||||
|
| CiviProxy |
|
||||||
|
| Copyright (C) 2015 SYSTOPIA |
|
||||||
|
| Author: B. Endres (endres -at- systopia.de) |
|
||||||
|
| http://www.systopia.de/ |
|
||||||
|
+--------------------------------------------------------+
|
||||||
|
| License: AGPLv3, see /LICENSE |
|
||||||
|
+-------------------------------------------------------*}
|
||||||
|
|
||||||
{htxt id='id-proxy-enabled'}
|
{htxt id='id-proxy-enabled'}
|
||||||
<p>
|
<p>
|
||||||
{ts}Activating CiviProxy will cause all resource URLs (images, URL trackers, mail open tracers, etc.) to point to the proxy.{/ts}
|
{ts}Activating CiviProxy will cause all resource URLs (images, URL trackers, mail open tracers, etc.) to point to the proxy.{/ts}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,11 @@
|
||||||
|
{*-------------------------------------------------------+
|
||||||
|
| CiviProxy |
|
||||||
|
| Copyright (C) 2015 SYSTOPIA |
|
||||||
|
| Author: B. Endres (endres -at- systopia.de) |
|
||||||
|
| http://www.systopia.de/ |
|
||||||
|
+--------------------------------------------------------+
|
||||||
|
| License: AGPLv3, see /LICENSE |
|
||||||
|
+-------------------------------------------------------*}
|
||||||
<div class="crm-block crm-form-block">
|
<div class="crm-block crm-form-block">
|
||||||
<div>
|
<div>
|
||||||
<h3>{ts}Basic Settings{/ts}</h3>
|
<h3>{ts}Basic Settings{/ts}</h3>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue