QUESTION Avantfax No 2016 Year On Archive ?

Joined
Feb 13, 2011
Messages
330
Reaction score
12
Hi

I wonder how can we include the 2016 and so on the Avantfax Archive , it only goes up to 2015.

Thanks

avantfax.png
 

markrmcs

Member
Joined
Jan 4, 2008
Messages
51
Reaction score
10
Check /var/www/html/avantfax/archive.php where the year range is defined.

Find the code:
Code:
  $year_list["*"] = "";
  for ($i = 2004; $i < 2016; $i++) {
  $year_list["$i"] = $i;
  }

and change 2016 to a more suitable year.
 
Joined
Feb 13, 2011
Messages
330
Reaction score
12
Check /var/www/html/avantfax/archive.php where the year range is defined.

Find the code:
Code:
  $year_list["*"] = "";
  for ($i = 2004; $i < 2016; $i++) {
  $year_list["$i"] = $i;
  }

and change 2016 to a more suitable year.

Thanks very much that worked perfect !!!!!
 

Members online

Forum statistics

Threads
25,782
Messages
167,513
Members
19,203
Latest member
frapu
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top