<?php

//Update the comic number here:
$mxs_now_date=110;


//Verbose update date:
$last_date = 		"January 18, 2017";


//Numerical update date:
//Format: MM/DD/YY
$last_update = 		"01/18/17";




/*******************************************
**** Shouldn't need to edit beyond here ****
********************************************/

//Name before each filename
$comic_img="mxs";

//Number of digits in each filename (not including name)
$digits = "3";

//variable name
$var = "strip";
?>
